You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Back side support added:
Thailand - ID Card
Changes to BlinkID(Combined) Recognizer
Added new result members - fathersName and mothersName both in BlinkID and BlinkIDCombined Recognizers, as well as in VIZ result
Improvements
We can now extract fathersName and mothersName from Mexico Voter ID Card
Australian Driving Licenses for New South Wales, Northern Territory, Queensland, Victoria and Western Australia now have the driver license unique card number field extracted as document_additional_number
Changes to BarcodeRecognizer
We’ve removed support for aztec and dataMatrix barcode formats from BarcodeRecognizer
Changes to MRTDRecognizer
Added MRTD_TYPE_BORDER_CROSSING_CARD to MrtdDocumentType enum
Fixes
Fixed rare NullPointerException that happened only on some devices, caused by a lifecycle issue where the camera error callback was called after the view has already been destroyed
Minor breaking API change
We've changed how RecognizerRunner processes images. Now it can treat Image objects as either video frame or photo frame. Until now, Direct API always processed images as photo frames, that not giving ability to recognizers to use time-redundant information for yield better recognition quality.