DocuScan AI Demo โ† Back to Project

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 NameValue
๐Ÿ“Š Processed Documents
FilenameTypeStatusConfidenceDate
๐Ÿ“‹ Extraction Templates

Select a template to see its extraction fields. Use with upload to target specific document types.

๐Ÿ• Processing History
โš™ Settings
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%)
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"