Release Notes for iOS 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 property
templateFileto the classDSMRZScannerConfig. You can use this property to set the template file via either a file path or a JSON string.
Fixed
- Fixed a camera adaptation bug when using the iPad device.
Deprecated
- The property
templateFilePathis deprecated. Please usetemplateFileinstead.
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:DSMRZScannerViewController: The main class ofMRZScanner. It is an activity class that implements MRZ scanning features.DSMRZScannerConfig: The class that provides MRZ scanning configurations.DSMRZScanResult: The result class.