US Driving License
Description:
Driving licence is an official document that allows an individual to operate a motor vehicle on public roads.
The type
parameter is us_license
for the Upload endpoint.
Fields supported by Docsumo
Note:
To customise fields for extraction, please contact Customer Success Management (CSM) Team
Basic Information
Field Name | Data Type | Field Description |
---|---|---|
Basic Information___Address line1 | String | Line 1 of the Address Block |
Basic Information___Address line2 | String | Line 2 of the Address Block |
Basic Information___Class | String | Class of the license |
Basic Information___DD | String | Document Discriminator as mentioned in the license |
Basic Information___DLN | String | Driving License Number as mentioned in the license |
Basic Information___END | String | Endorsements as mentioned in the license |
Basic Information___Eyes | String | Color of the Eyes as mentioned in the license |
Basic Information___Hairs | String | Color of the hair as mentioned in the license |
Basic Information___First Name | String | First Name as mentioned in the license |
Basic Information___Last Name | String | Last Name as mentioned in the license |
Basic Information___REST | String | Any Restrictions mentioned in the license |
Basic Information___Sex | String | Gender of the individual as mentioned in the license |
Basic Information___State | String | State as mentioned in the license |
Basic Information___DOB | Date | Date of Birth as mentioned in the license |
Basic Information___Place of birth | String | Place of Birth as mentioned in the license |
Basic Information___Issue date | Date | Date of Issuing this license |
Basic Information___Exp date | Date | Expiry Date as mentioned in the license | Basic Information___Height | Number | Height of the individual as mentioned in the license |
Basic Information___Weight | Number | Weight as mentioned in the license |
Basic Information___Issuing authority | String | Department/Government issuing the driving license |
Basic Information___Entitlement Categories | String | Type of vehicle or driving privilage as mentioned in the driving license |
Basic Information___Country | String | Country issuing the driving license |
Basic Information___Driver number | String | Unique Identifier assigned to the license holder |
Sample Image
Json output by Docsumo
[
{
"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
}
}
}
}
]
Updated 5 months ago