Package io.scanbot.sdk.barcode.document
Class DefaultBarcodeDocumentParser
-
- All Implemented Interfaces:
-
io.scanbot.sdk.barcode.document.BarcodeDocumentParser
public final class DefaultBarcodeDocumentParser implements BarcodeDocumentParser
Default implementation of BarcodeDocumentParser
-
-
Constructor Summary
Constructors Constructor Description DefaultBarcodeDocumentParser()
-
Method Summary
Modifier and Type Method Description GenericDocument
parseDocument(String input)
Parses the string into one of the supported document type or returns null if none of the supported document types was detected -
-
Method Detail
-
parseDocument
GenericDocument parseDocument(String input)
Parses the string into one of the supported document type or returns null if none of the supported document types was detected
- Parameters:
input
- input string
-
-
-
-