Scanbot SDK
Loading...
Searching...
No Matches
BarcodeDocumentParser

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.
 

Detailed Description

API for parsing barcode documents.

Required licence feature(s): BarcodeScanner.

Constructor & Destructor Documentation

◆ __init__()

None __init__ ( self,
* ,
Optional[Sequence[BarcodeDocumentFormat]] accepted_formats = None )

Initialize the barcode document parser.

Parameters
accepted_formatsThe configuration to use for the barcode document parser.

Member Function Documentation

◆ parse()

BarcodeDocumentParserResult parse ( self,
* ,
str raw_string )

Parse the given string as a barcode document.

Parameters
raw_stringThe string to parse as a barcode document.
Returns
Result of the document parsing.

The documentation for this class was generated from the following file: