Driver's License Scanner

This application scans driver's licenses and other standardized national ID cards to extract information such as:

  • Full name
  • Date of birth
  • License number
  • Issue date
  • Expiration date
  • Address
  • Class/Type of license
  • Restrictions
  • Physical characteristics (height, weight, eye color, etc.)

How It Works

  1. Upload an image of a driver's license
  2. The application uses OpenAI's Vision capabilities to analyze the image
  3. The extracted information is returned in a structured JSON format

Project Structure

  • backend/index.ts - Main HTTP endpoint for processing license images
  • frontend/index.html - Simple web interface for uploading and testing
  • shared/types.ts - Shared type definitions

Usage

  1. Visit the application URL
  2. Upload a clear image of a driver's license
  3. View the extracted information

Privacy Notice

This application processes images using OpenAI's API. Images are not stored permanently but are transmitted to OpenAI for processing. Please ensure you have appropriate consent before uploading any personal identification documents.