US Driving License

Driving license is an official document that allows an individual to operate a motor vehicle on public roads.

API Upload

The type parameter is us_license for the upload endpoint.


Field Descriptions:

The model automatically detects data such as:

Section NameField NameTypeDescription
Basic InformationFirst nameStringFirst name
Basic InformationLast nameStringLast name
Basic InformationDOBDateDate of Birth
Basic InformationExp dateDateExpiry Date
Basic InformationIssue dateDateIssue Date
Basic InformationDLNStringDriver's License Number
Basic InformationPlace of birthStringPlace of Birth
Basic InformationIssuing authorityStringIssuing Authority
Basic InformationEntitlement CategoriesStringEntitlement Categories
Basic InformationCountryStringCountry
Basic InformationAddress line1StringAddress Line 1
Basic InformationAddress line2StringAddress Line 2
Basic InformationStateStringState
Basic InformationClassStringClass
Basic InformationENDStringEND
Basic InformationRESTStringREST
Basic InformationSexStringGender
Basic InformationHeightStringHeight
Basic InformationWeightStringWeight
Basic InformationEyesStringEye Color
Basic InformationHairsStringHair Color
Basic InformationDDDateDD
Basic InformationDriver numberStringDriver Number

Coverage

  • All State of USA

You can use this as a base model or train your own new model using just 50 samples. Here are the details:

Version

  • 1.0.0

Sample

Sample JSON output


    {
        "data": {
            "Basic Information": {
                "First name": {
                    "value": "JOHN",
                    "position": [
                        290,
                        270,
                        345,
                        290
                    ],
                    "confidence": 1.0,
                    "review_required": false
                },
                "Last name": {
                    "value": "VU LE",
                    "position": [
                        293,
                        247,
                        351,
                        267
                    ],
                    "confidence": 1,
                    "review_required": false
                },
                "DOB": {
                    "value": "12/08/1987",
                    "position": [
                        295,
                        335,
                        418,
                        357
                    ],
                    "confidence": 0,
                    "review_required": true
                },
                "Exp date": {
                    "value": "12/08/2021",
                    "position": [
                        294,
                        225,
                        418,
                        244
                    ],
                    "confidence": 0,
                    "review_required": true
                },
                "Issue date": {
                    "value": "15/12/2020",
                    "position": [
                        570,
                        473,
                        637,
                        487
                    ],
                    "confidence": 0,
                    "review_required": true
                },
                "DLN": {
                    "value": "1208198",
                    "position": [
                        562,
                        367,
                        636,
                        383
                    ],
                    "confidence": 1,
                    "review_required": false
                },
                "Place of birth": {
                    "value": "",
                    "position": [],
                    "confidence": 1.0,
                    "review_required": false
                },
                "Issuing authority": {
                    "value": "",
                    "position": [],
                    "confidence": 0,
                    "review_required": true
                },
                "Entitlement Categories": {
                    "value": "",
                    "position": [],
                    "confidence": 0,
                    "review_required": true
                },
                "Country": {
                    "value": "",
                    "position": [],
                    "confidence": 0,
                    "review_required": true
                },
                "Address line1": {
                    "value": "9702 BOLSA AVE 91",
                    "position": [
                        248,
                        297,
                        415,
                        309
                    ],
                    "confidence": 0,
                    "review_required": true
                },
                "Address line2": {
                    "value": "WESTMINSTER, CA 92863",
                    "position": [
                        250,
                        319,
                        463,
                        333
                    ],
                    "confidence": 1,
                    "review_required": false
                },
                "State": {
                    "value": "CALIFORNIA",
                    "position": [
                        78,
                        111,
                        358,
                        146
                    ],
                    "confidence": 0,
                    "review_required": true
                },
                "Class": {
                    "value": "C",
                    "position": [
                        564,
                        206,
                        576,
                        219
                    ],
                    "confidence": 0,
                    "review_required": true
                },
                "END": {
                    "value": "NONE",
                    "position": [
                        546,
                        227,
                        597,
                        242
                    ],
                    "confidence": 0,
                    "review_required": true
                },
                "REST": {
                    "value": "NONE",
                    "position": [
                        306,
                        368,
                        351,
                        382
                    ],
                    "confidence": 0,
                    "review_required": true
                },
                "Sex": {
                    "value": "M",
                    "position": [
                        358,
                        427,
                        373,
                        439
                    ],
                    "confidence": 0,
                    "review_required": true
                },
                "Height": {
                    "value": "5'-09\"",
                    "position": [
                        359,
                        448,
                        408,
                        461
                    ],
                    "confidence": 0,
                    "review_required": true
                },
                "Weight": {
                    "value": "150 lb",
                    "position": [
                        471,
                        449,
                        518,
                        462
                    ],
                    "confidence": 0,
                    "review_required": true
                },
                "Eyes": {
                    "value": "BRN",
                    "position": [
                        589,
                        429,
                        621,
                        442
                    ],
                    "confidence": 0,
                    "review_required": true
                },
                "Hairs": {
                    "value": "BLK",
                    "position": [
                        468,
                        428,
                        498,
                        440
                    ],
                    "confidence": 0,
                    "review_required": true
                },
                "DD": {
                    "value": "12/15/2016547 29/AAFD/21",
                    "position": [
                        343,
                        472,
                        514,
                        489
                    ],
                    "confidence": 1,
                    "review_required": false
                },
                "Driver number": {
                    "value": "",
                    "position": [],
                    "confidence": 0,
                    "review_required": true
                }
            }
        }
    }