create

fun create(acceptedFormats: List<BarcodeDocumentFormat> = BarcodeDocumentFormats.all): Result<ScanbotSdkBarcodeDocumentParser>

Initialize the barcode document parser.

Return

The initialized parser.

Parameters

acceptedFormats

The configuration to use for the barcode document parser.