Improved match between user input and last name and spouse name
by Gaël BonnardotIn case the user input is a combination of spouse name and birth name then the match with the last name is OK.
In case the user input is a combination of spouse name and birth name then the match with the last name is OK.
Removed automatic orientation correction on bank details as it has unintended consequences on edge cases.
Improved global status on Id cards for edge cases.
The control dateValidityDelivery
for id cards is deprecated and will be removed in future versions.
A new control dateConformity
is added to id controls: it verifies the coherence between the deliveryDate
and expiryDate
. The control is True is the difference between the two dates is the number validity years minus one day.
A new output is added to each extractor, entities
, it lists all the entities found in the document:
{
"entities": [{"fullName": "Charles L'Heureux", "firstName": "Charles", "lastName":"L'Heureux", "id": "zakoz35az234251f"}],
"extractedInformation": {...},
"controls": {...}
}
ID documents' API have been improved for better extraction and verification:
The document extraction APIs have been improved to better support multi page handling:
An additional control is added to reco/pay-slip
:
joiningDateConformity
: verifies if the joining date is after the registration date of the company.Two new information are added to/reco/bankdetails
:
bankName
: Name of the holder's bankbankCountryCode
: Country code of the holder's bank