Default Barcode Document Parser
Default implementation of BarcodeDocumentParser.
Functions
Link copied to clipboard
open override fun parseDocument(input: String, acceptedFormats: List<BarcodeDocumentFormat>): GenericDocument?
Parses the string into one of the supported document type or returns null if none of the supported document types was found.