|
Scanbot SDK
|
API for parsing barcode documents. More...
Public Member Functions | |
| None | __init__ (self, *, Optional[Sequence[BarcodeDocumentFormat]] accepted_formats=None) |
| Initialize the barcode document parser. | |
| BarcodeDocumentParserResult | parse (self, *, str raw_string) |
| Parse the given string as a barcode document. | |
API for parsing barcode documents.
Required licence feature(s): BarcodeScanner.
| None __init__ | ( | self, | |
| * | , | ||
| Optional[Sequence[BarcodeDocumentFormat]] | accepted_formats = None ) |
Initialize the barcode document parser.
| accepted_formats | The configuration to use for the barcode document parser. |
| BarcodeDocumentParserResult parse | ( | self, | |
| * | , | ||
| str | raw_string ) |
Parse the given string as a barcode document.
| raw_string | The string to parse as a barcode document. |