Public
Like
Townietest
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in milliseconds.
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.)
- Upload an image of a driver's license
- The application uses OpenAI's Vision capabilities to analyze the image
- The extracted information is returned in a structured JSON format
backend/index.ts
- Main HTTP endpoint for processing license imagesfrontend/index.html
- Simple web interface for uploading and testingshared/types.ts
- Shared type definitions
- Visit the application URL
- Upload a clear image of a driver's license
- View the extracted information
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.