CustomerDataNgDigitalIdCard
The Digital ID number: the letter M followed by digits (e.g. "M0067910"). Spaces are stripped, so the grouped print ("M0 067 910") is also accepted. OCR often confuses the 0 after M with the letter O, so it is fuzzy-matched (one-character tolerance). Included so Document Analysis extracts it in parsed form.
The 11-digit National Identification Number (NIN), e.g. "12345678901". Spaces are stripped, so the grouped print is also accepted. Printed in red on the BACK of the card; NOT encoded in the MRZ.
The sex of the document holder β printed short on the front
Possible values: [F, M]
Nationality of the document holder (ISO-3 "NGA" as printed).
Verified STRICTLY against the MRZ (YYMMDD). Genuine cards with a face/MRZ mismatch exist; they fail automated verification by design and are resolved at manual review.
Not printed on the card; exists only in the MRZ.
{
"documentNumber": "string",
"nin": "string",
"sex": "F",
"nationality": "string",
"birthDate": {},
"expirationDate": {}
}