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.