Appearance
Driving licences
Extracted data
These are the extracted fields of a driving licence.
Driving licence holder
Extracted information on the holder of the driving licence include:
- Full name
- Date of birth
- Address
Driving licence information
Extracted information on the passport itself
- Issue date
- Expiry date
- Licence number
- Issuing authority
- Vehicle categories
Example extraction
An example extraction followed by the driving licence image it was extracted from.
json
{
"fullName": "SARAH MEREDYTH",
"dateOfBirth": "1964-07-05T00:00:00",
"address1": "122 BURNS CRESCENT, EDINBURGH EH1 9GP",
"issueDate": "2007-05-11T00:00:00",
"expiryDate": "2017-05-10T00:00:00",
"licenceNumber": "MORGA657054SM9IJ",
"issuingAuthority": "DVLA",
"vehicleCategories": [
{
"category": "B"
},
{
"category": "BE"
},
{
"category": "B1"
},
{
"category": "C1"
},
{
"category": "D1"
},
{
"category": "f"
},
{
"category": "k"
},
{
"category": "I"
},
{
"category": "n"
},
{
"category": "p"
}
]
}
