CustomerDataNgDrivingLicense
The licence number (L/NO) as printed, one token (e.g. "DKA12616AB03"). Spaces are stripped.
Printed DD-MM-YYYY; on temporary licences it may appear only on the back and with slashes (DD/MM/YYYY) β both are handled.
The issue date (ISS), printed DD-MM-YYYY
The expiration date (EXP), printed DD-MM-YYYY
DATE OF 1st ISS (differs from ISS on renewed licences).
The residential address as printed on the licence. Every word is fuzzy-matched individually.
The sex of the licence holder β printed short
Possible values: [F, M]
The height, canonically as printed (e.g. "1.86M"); "1.86", "1,86", "186" and "186cm" are normalized to it. Fuzzy-matched: the 0.8 threshold on the 4-char value rejects any digit difference (exact with format tolerance).
The blood group (BG), e.g. "O+" or "UNK" as printed
N of K phone number, digits only (e.g. "08172750494"). Spaces are stripped.
e.g. "D". Weak single-letter verification; included so Document Analysis extracts it.
{
"documentNumber": "string",
"birthDate": {},
"issueDate": {},
"expirationDate": {},
"firstIssueDate": {},
"address": "string",
"sex": "F",
"height": "string",
"bloodGroup": "string",
"nextOfKinPhone": "string",
"licenceClass": "string"
}