Drop documents here or click to upload
AI-powered extraction from invoices, contracts, receipts, and reports
Supported: PDF, DOCX, JPG, PNG, TIFF โ Max 25MB per file
Uploading
Processing
Extracting
Done
Initializing...
๐ Document Information
Invoice
โ
Filename
โ
Processed Date
โ
Confidence Score
๐ Extracted Fields
| Field Name | Value |
|---|
๐ Processed Documents
| Filename | Type | Status | Confidence | Date |
|---|
๐ Extraction Templates
Select a template to see its extraction fields. Use with upload to target specific document types.
๐ Processing History
โ Settings
70%
Auto-detect document type
Automatically classify documents on upload
Save history locally
Store processed documents in browser localStorage
Confidence threshold
Minimum confidence score to show results (70%)
Simulated processing delay
Add realistic delay during demo processing
๐ API Reference
REST API endpoints for programmatic document processing
POST/api/v1/documents/upload
GET/api/v1/documents/{id}/results
GET/api/v1/documents
GET/api/v1/templates
POST/api/v1/batch
๐ Example Request
curl -X POST https://api.docuscan.ai/v1/documents/upload \
-H "Authorization: Bearer YOUR_API_KEY" \
-F "[email protected]" \
-F "template=invoice_standard"