Release Notes for Android SDK - 2.x
2.0.2 (04/17/2025)
Improved
- Improved the accuracy of MRZ text recognition.
2.0.1 (03/07/2025)
New
- Added a new method
setTemplateFileto the classMRZScannerConfig. You can use this method to set the template file via either a file path or a JSON string. MethodgetTemplateFileis added as well to get what you set.
Deprecated
- The methods
set/getTemplateFilePathare deprecated. Please useset/getTemplateFileinstead.
2.0.0 (01/09/2025)
New
- Added a new component
MRZScanner. Users can quickly set up a MRZ scanning app with the build in UI ofMRZScanner. The following classes are added to use theMRZScannercomponent:MRZScannerActivity: The main class ofMRZScannercomponent. It is an activity class that implements MRZ scanning features.MRZScannerConfig: The class that provides MRZ scanning configurations.MRZScanResult: The MRZ scan result class.