Scanbot SDK
Loading...
Searching...
No Matches
MrzParser

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.
 

Detailed Description

API for machine readable zone parsing.

Required licence feature(s): MrzScanner.

Constructor & Destructor Documentation

◆ __init__()

None __init__ ( self,
* ,
Optional[MrzParserConfiguration] configuration = None )

Initialize the MRZ parser.

Parameters
configurationThe configuration to use for the parser.

Member Function Documentation

◆ parse()

MrzScannerResult parse ( self,
* ,
str text )

Parse the MRZ string.

Parameters
textThe MRZ string to parse. Should be formatted with newlines.
Returns
The recognition result.

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