✈️Moroccan Passport
This API provides Data Extraction for Moroccan Travel Passport documents.Moroccan Passport OCR
Headers
Name
Type
Description
Request Body
Name
Type
Description
Notes
{
"result": {
"first_name": {
"arabic": <string>,
"latin": <string>
},
"family_name": {
"arabic": <string>,
"latin": <string>
},
"nationality": {
"arabic": <string>,
"latin": <string>
},
"sex": <string>,
"place_of_birth": <string>,
"date_of_issue": <string>,
"date_of_expiry": <string>,
"authority": <string>,
"residence": <string>,
"date_of_birth": <string>,
"type": <string>,
"code": <string>,
"passport_no": <string>,
"id_card_no": <string>
},
"transaction_id": <string>,
"trials_remaining": <int>
}Last updated