|
Scanbot SDK
|
API for machine readable zone parsing. More...
Public Member Functions | |
| None | __init__ (self, *, Optional[MrzParserConfiguration] configuration=None) |
| Initialize the MRZ parser. | |
| MrzScannerResult | parse (self, *, str text) |
| Parse the MRZ string. | |
API for machine readable zone parsing.
Required licence feature(s): MrzScanner.
| None __init__ | ( | self, | |
| * | , | ||
| Optional[MrzParserConfiguration] | configuration = None ) |
Initialize the MRZ parser.
| configuration | The configuration to use for the parser. |
| MrzScannerResult parse | ( | self, | |
| * | , | ||
| str | text ) |
Parse the MRZ string.
| text | The MRZ string to parse. Should be formatted with newlines. |