create
fun create(acceptedFormats: List<BarcodeDocumentFormat> = BarcodeDocumentFormats.all): Result<ScanbotSdkBarcodeDocumentParser>
Initialize the barcode document parser.
Return
The initialized parser.
Parameters
accepted Formats
The configuration to use for the barcode document parser.