create Barcode Document Parser
open override fun createBarcodeDocumentParser(acceptedFormats: List<BarcodeDocumentFormat>): Result<BarcodeDocumentParser>
Provides BarcodeDocumentParser.
Return
a Result.Success containing a new instance of BarcodeDocumentParser or a Result.*Error if something went wrong.
Parameters
accepted Formats
list of accepted formats for the barcode document parser. If not provided, all formats will be accepted.