MRZScanner API References
MRZScanner is a ready-to-use component that enables developers to quickly set up an app for scanning MRZ codes on passports and ID cards. With the built-in MRZScannerActivity, it simplifies the integration of MRZ scanning functionality into any application, making it easy to extract and process information from travel and identity documents.
New to the SDK? The MRZ Scanner User Guide builds a working scanner from an empty project, and Customizing the MRZ Scanner covers the configuration options in context.
Classes
| Class | Description |
|---|---|
MRZScannerActivity |
The main class of MRZScanner component. It is an activity class that implements MRZ scanning features. |
MRZScannerConfig |
The class that provides MRZ scanning configurations. |
MRZScanResult |
The MRZ scan result class. |
MRZData |
The class that contains the parsed MRZ information. |
EnumResultStatus |
A enumeration class that describes the result status. |
EnumDocumentType |
A enumeration class that defines the type of document to scan, such as ID cards or passports. |
EnumDocumentSide |
A enumeration class that defines the side of a document when retrieving scanned images. |
EnumErrorCode |
A enumeration class that defines the error codes owned by the MRZ Scanner bundle. |