Package io.scanbot.barcodescanner
Class BarcodeDocumentParser
-
- All Implemented Interfaces:
public final class BarcodeDocumentParser
Allows to parse a raw string value (usually taken from the barcode) into a formatted document of the given types
-
-
Constructor Summary
Constructors Constructor Description BarcodeDocumentParser()
-
Method Summary
Modifier and Type Method Description final 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
final 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
-
-
-
-