SOC2GDPR

Verify US Driver's License Extractor — KYC Ready

KYC compliance requires processing thousands of identity documents. Manual verification creates bottlenecks and increases fraud risk.

30
Fields Extracted
180s
Max Processing

What This Template Does

AI-powered extraction using gemini-2.5-flash. Part of 113 production-ready templates.

Capabilities

  • Identity Extraction
  • Drivers License Parsing
  • Address Extraction
  • Drivers License
  • Kyc

Output Schema

{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "US Driver's License Extraction Schema",
  "description": "JSON Schema for extracted data from US state-issued driver's licenses",
  "type": "object",
  "required": [
    "document_type",
    "license_number",
    "state",
    "full_name",
    "date_of_birth",
    "sex",
    "expiry_date"
  ],
  "properties": {
    "document_type": {
      "type": "string",
      "const": "us_drivers_license",
      "description": "Document typ
...

Quick Start

$ pip install doclayer
$ doclayer process document.pdf --agent identity.us-drivers-license

See It In Action

Real extraction example showing input document and structured output.

Input Document
[TEXAS DRIVER LICENSE IMAGE]

TEXAS
DRIVER LICENSE

DL 12345678
CLASS C

EXP 09/15/2029
DOB 09/15/1993

THOMPSON, JENNIFER MARIE
4521 CEDAR SPRINGS ROAD APT 201
DALLAS TX 75219

SEX F  HAIR BRN  EYES GRN
HGT 5-06  WGT 135

RSTR: A

ISS 09/15/2024

[REAL ID Star visible in upper corner]
[Photo of holder]

DD: 12345678901234567890
Extracted Data
{
  "document_type": "us_drivers_license",
  "license_number": "12345678",
  "state": "TX",
  "state_full": "Texas",
  "full_name": "JENNIFER MARIE THOMPSON",
  "last_name": "THOMPSON",
  "first_name": "JENNIFER",
  "middle_name": "MARIE",
  "suffix": "",
  "date_of_birth": "1993-09-15",
  "sex": "F",
  "height": "5-06",
  "weight": "135",
  "eye_color": "GRN",
  "hair_color": "BRN",
  "address": {
    "street": "4521 CEDAR SPRINGS ROAD APT 201",
    "city": "DALLAS",
    "state": "TX",
    "zip": "75219"
  },
  "issue_date": "2024-09-15",
  "expiry_date": "2029-09-15",
  "license_class": "C",
  "restrictions": "A",
  "endorsements": "",
  "real_id_compliant": true,
  "organ_donor": false,
  "veteran": false,
  "document_discriminator": "12345678901234567890",
  "document_status": "valid"
}

Texas driver license with REAL ID certification star. Tests extraction of state-specific formats, restrictions, and federal compliance markers from US state IDs.

Frequently Asked Questions

What documents can US Driver's License Extractor process?

The US Driver's License Extractor template processes identity documents including various formats and layouts. See the instructions for specific document types supported.

How accurate is the US Driver's License Extractor extraction?

The US Driver's License Extractor template uses Gemini 2.5 Flash for high-accuracy extraction. Results include confidence scores for each field.

Can I customize the US Driver's License Extractor template?

Yes, you can modify the extraction schema, add custom fields, or adjust the instructions to match your specific requirements.

Start Extracting Data Today

Process your first document in under 5 minutes. No credit card required.