Package io.scanbot.barcode
Class JniBarcodeDocumentParser
-
- All Implemented Interfaces:
public final class JniBarcodeDocumentParser
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 JniBarcodeDocumentParser()
-
Method Summary
Modifier and Type Method Description final GenericDocument
parseDocument(String input, List<BarcodeDocumentFormat> acceptedFormats)
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, List<BarcodeDocumentFormat> acceptedFormats)
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 stringacceptedFormats
- accepted document formats
-
-