Skip to content

Passports

Extracted data

These are the extracted fields of a passport

Passport holder

Extracted information on the holder of the passport include:

  • Full name
  • Date of birth
  • Nationality
  • Gender
  • Place of birth

Passport information

Extracted information on the passport itself include:

  • Issue date
  • Expiry date
  • Serial number
  • Passport number
  • Passport type (Standard, Diplomatic, Service or Official)
  • Issuing country

Example extraction

An example extraction followed by the passport image it was extracted from.

json
{
    "fullName": "ANGELA IGE SMITH",
    "dateOfBirth": "1973-08-19T00:00:00",
    "nationality": "British Citizen",
    "issueDate": "2018-07-04T00:00:00",
    "expiryDate": "2028-07-28T00:00:00",
    "serial": "99PD72776",
    "gender": "Female",
    "placeOfBirth": "LONDON",
    "passportNumber": "99PD72776",
    "passportType": "Standard",
    "issuingCountry": "United Kingdom"
}
Example passport