Global Driver License
Data Extraction

Instantly extract identity, address, and vehicle class data. Supports driver's licenses and state IDs from 195 countries and territories.

POST /v1/driver-license
curl -X POST 
https://api.structocr.com/v1/driver-license \
-H "x-api-key: Bearer sk_live_..." \
-F "img=@/path/to/license.jpg"
RESPONSE 200 OK
{
  "success": true,
  "data": {
    "type": "DL",
    "country_code": "USA",
    "region": "CA",
    "document_number": "D1234567",
    "address": "123 MAIN ST, SAN JOSE, CA",
    // ... more fields
  }
}

Our OCR API Key Features

Enterprise Accuracy

Proprietary AI models fine-tuned on US State IDs and global licenses achieve 98.5% accuracy.

Address Extraction

Unlike standard OCR, we parse full addresses into clean strings, critical for KYC and delivery verification.

Global Coverage

Support for 200+ countries including all 50 US states, Canadian provinces, and EU member states.

Zero-Data Retention

Strict privacy compliance; images are purged immediately after processing with no server-side storage.

Hologram Handling

Advanced pre-processing filters out holographic reflections and glare common on driver licenses.

Structured JSON

Transforms raw card images into clean JSON with separated fields for name, dates, and vehicle class.

Fraud Detection Ready

Identify document inconsistencies and integrate with our audit logs for secure identity proofing.

Vehicle Class Data

Extracts vehicle categories (e.g., Class C, Motorcycle) essential for rental and fleet management.

How it works illustration

How it works

Integrate professional ID card verification into your app in minutes.

01

Secure Ingestion

Upload front or back of the license via API. Data is encrypted in transit and purged after processing.

02

AI Analysis

Our models identify the jurisdiction (State/Country) and correct perspective to read dense text fields.

03

Structured Output

Receive standardized JSON including address, license number, and vehicle codes ready for your database.

response.json
{
  "success": true,
  "data": {
    "type": "DL",
    "country_code": "USA",
    "region": "CA",
    "document_number": "D1234567",
    "surname": "SMITH",
    "given_names": "JAMES",
    "address": "123 MAIN ST, SAN JOSE, CA",
    "vehicle_class": "C",
    "sex": "M",
    "date_of_birth": "1985-05-20",
    "date_of_expiry": "2028-05-20",
    "date_of_issue": "2023-05-20"
  }
}
Data Output

Standard Data Fields You Can Extract

Our API is fine-tuned for ID cards, automatically extracting 12+ specific data points including local addresses and vehicle classes.

Document Type

Country Code

Region / State

License Number

Surname

Given Names

Full Address

Vehicle Class

Sex

Date of Birth

Date of Expiry

Date of Issue

...and more meta data

Trusted by Mobility & FinTech Leaders

Powering identity verification for rental fleets, delivery apps, and digital banks.

We automated driver onboarding for our delivery fleet. StructOCR handles licenses from 15 different states flawlessly.

David Miller
Operations Director, QuickDash
Gig Economy

The address extraction feature is a lifesaver. It matches the license address against credit card data instantly, reducing fraud by 60%.

Elena Rossi
Product Manager, AutoRentals Global
Car Rental

Integrating StructOCR for KYC was effortless. It reads even the old, worn-out ID cards that our previous provider rejected.

James Chen
Lead Developer, NeoBank
FinTech

Why Developers Prefer Our
OCR API for Identity Verification

We prioritize developer experience without compromising on power, providing the tools needed to embed intelligent document recognition into any stack.

Accelerate Deployment

Streamline your workflow with a plug-and-play setup designed to slash weeks off your production timeline.

Enterprise-Scale Reliability

Experience rock-solid stability with a 99.99% uptime guarantee, engineered to grow alongside your user base.

Precision-First Extraction

Leverage industry-leading OCR precision to minimize manual reviews and ensure high-fidelity data capture.

Engineer-Centric Docs

Access deep technical guides and APIs crafted by our core team to make integration a seamless experience.

Precise Data Extraction and Seamless Integration with AI-powered OCR API.

Empower your solutions with automated data extraction by integrating best-in class StructOCR via API seamlessly.

No credit card required • Full API access included

Frequently Asked Questions