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.
New features:
added support for reading front side of United Arab Emirates Driver's License - use UnitedArabEmiratesDlFrontRecognizer
added support for reading front side of Spain Driver's License - use SpainDlFrontRecognizer
added support for reading front and back side of Cyprus ID - use CyprusIdFrontRecognizer and CyprusIdBackRecognizer
added support for reading front and back side of Kuwait ID - use KuwaitIdFrontRecognizer and KuwaitIdBackRecognizer
added support for reading front and back side of Payment / Debit cards - use PaymentCardFrontRecognizer, PaymentCardBackRecognizer and PaymentCardCombinedRecognizer. Currently in beta.
Improvements for existing features:
improved SingaporeCombinedRecognizer:
added support for reading sticker with new address from the back side
BarcodeScanActivity by default does not show result dialog after scan
Minor API changes:
renamed methods in CroatiaIdBackRecognizer and its Result:
address to residence
documentForNonResident to isDocumentForNonResident
issuingAuthority to issuedBy
getDateOfExpiryPermanent to isDateOfExpiryPermanent
MRZ fields are available through MrzResult which can be obtained by using getter CroatiaIdBackRecognizer.Result.getMrzResult()
renamed method in SingaporeIdFrontRecognizer and its Result:
cardNumber to identityCardNumber
renamed method in SingaporeCombinedRecognizer and its Result:
cardNumber to identityCardNumber
bloodGroup to bloodType
Bug fixes:
fixed bug which caused that results from the previous scan are cleared when the scan activity is run again and entities which have produced results are not used in the new scan