New Features
- Glare detection
- We’ve introduced glare detection to BlinkID, which removes occlusion on document images caused by glare. You can control the strictness of glare detection with three options (relaxed, normal, and strict) to suit your use case.
- Real-time feedback during scanning includes a new UI message to help users position the document correctly and reduce glare.
- Improved blur detection
- We’ve raised the threshold for our blur model, making it stricter. This improvement ensures that sharper images are accepted for processing. You can now control the strictness of blur detection with three options (relaxed, normal, and strict).
- Real-time feedback during scanning includes a new UI message to help users position the document optimally for a clear image.
- Support for extracting the subtypes of US driver’s licenses & ID cards
- BlinkID now extracts precise information about subtypes of driver’s licenses and ID cards (e.g., conditional driver’s license, learner’s permit, provision, enhanced, etc.). This information is included in the scanning results, allowing you to tailor workflows or processes based on document limitations.
- Classifier improvements
- We upgraded our classifier model to prevent double-capturing of the front side of a document, ensuring the front and the back sides are captured correctly. If the back side of a document is not detected, the processing status will return
UnsupportedClass.
- We upgraded our classifier model to prevent double-capturing of the front side of a document, ensuring the front and the back sides are captured correctly. If the back side of a document is not detected, the processing status will return
- Option to anonymize barcode data
- You can now anonymize specific fields in the barcode results from an identity document, in addition to the anonymized fields already supported in the Visual Inspection Zone (VIZ).
- Accessibility and UI improvements
- UI has now been improved to work better with a wide range of system font and UI elements sizes.
Breaking API changes
- Changes to the
BlinkIdSingleSideRecognizerandBlinkIdMultiSideRecognizersettings:- renamed
allowBlurFiltertoenableBlurFilter
- renamed
Minor API changes
- Added a new result member
documentSubtypeinBlinkIdSingleSideRecognizer.Result,BlinkIdMultiSideRecognizer.Result,andVIZResultto include subtype information for US driver’s licenses or ID cards (commercial, provisional, etc.) - Changes to the
BlinkIdSingleSideRecognizerandBlinkIdMultiSideRecognizersettings:- added
enableGlareFilterwhich is set totrueby default - added
blurStrictnessLevelwhich is set toNormalby default (Strict,Normal, orRelaxed) - added
glareStrictnessLevelwhich is set toNormalby default (Strict,Normal, orRelaxed)
- added
- Changes to the
ImageAnalysisResult:- renamed
glaretoglareDetected - renamed
blurredtoblurDetected
- renamed
- Changes to the
ClassAnonymizationSettings:FieldTypearray may now be empty when using Builder pattern
Bug Fixes
- Fixed data match for Paraguay ID 2023 to cover inconsistencies between the MRZ and Visual Inspection Zone (VIZ)