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.
What's new
Barcode extraction is marked as optional on documents where barcode detecton has bad performance (Cuba ID and Passport, Philippines DL, Haiti ID, Sudan ID, Egypt ID, Ecuador Passport, Ghana Passport, Iraq Passport, Nicaragua Passport, Pakistan Passport)
Bug fixes
In situations where some fields on different sides of a document have values in multiple alphabets it could happen that while merging results we overwrite them and keep only one alphabet. With this version this is fixed and both alphabets are returned.
new FieldType enum values:EffectiveDate,ParentsLastName,ParentsLastName2,ParentsFirstName2,WorkRestriction,ParentsFirstName,SocialSecurityStatus,LegalStatus,HusbandName,ChinPermanentExpiry
new Type enum values:NIN_CARD,MYSSS_CARD,GENDARMERIE_ID ,POLICE_ID
new Country enum value:SAINT_THOMAS_AND_PRINCE
new Region enum values:ACRE,ESPIRITO_SANTO,MATO_GROSSO_DO_SUL,PARAIBA,PIAUI,RIO_GRANDE_DO_NORTE,TOCANTINS,ODISHA,UTTARAKHAND
added member results to ScanningResult and VizResult
'effectiveDate'
'husbandName'
'legalStatus'
'socialSecurityStatus'
'workRestriction'
'parentsInfo' (new struct)
Breaking changes
Removed sessionNumber from BlinkIDUXModel init
Improvements and bug fixes
Removed MoveDocumentFromEdge scanning UI message
UI messages now correctly reflect skipImagesWithBlur, skipImagesWithGlare, skipImagesWithInadequateLightingConditions and skipImagesOccludedByHand settings - when enabled, feedback message is provided to the user to adjust the document. These settings should be set to true when the goal of the scan is not only to correctly read all the data fields but also to capture the document image.