Verification¶
You’ll have a feedback about each document telling you whether there are issues.
Pattern matching¶
Let’s say the field is a date of birth with expected pattern to be dd/mm/yyyy. The field will be tagged as invalid if it doesn’t match that pattern.
MRZ validity¶
The MRZ will be tagged as invalid if the hash codes do not match. See next sections on how the MRZ is validated.
Expiration¶
The document will be tagged as invalid if it has expired.
MRZ-VIZ matching¶
The fields generated from the MRZ will be compared with the one from the VIZ part (full OCR) and the document will be tagged as invalid if there is a mismatch.
Forged¶
Detecting forged documents isn’t supported yet but it’s on the roadmap.