deepread-invoice
DeepRead Invoice Processing
Extract structured data from invoices, receipts, purchase orders, and bills. Submit a PDF or image, get back typed JSON with vendor, line items, totals, tax, and due dates — with confidence flags telling you exactly which fields need human review.
This skill instructs the agent to POST documents to
https://api.deepread.techand poll for results. No system files are modified.
What You Get Back
Submit an invoice PDF and get structured JSON like this:
{
"vendor": {"value": "Acme Corp", "hil_flag": false, "found_on_page": 1},
"invoice_number": {"value": "INV-2026-0042", "hil_flag": false, "found_on_page": 1},
"invoice_date": {"value": "2026-03-15", "hil_flag": false, "found_on_page": 1},
"due_date": {"value": "2026-04-15", "hil_flag": false, "found_on_page": 1},
"subtotal": {"value": 1150.00, "hil_flag": false, "found_on_page": 1},
"tax": {"value": 100.00, "hil_flag": false, "found_on_page": 1},
"total": {"value": 1250.00, "hil_flag": false, "found_on_page": 1},
More from deepread-tech/skills
api
Full DeepRead API reference. All endpoints, auth, request/response formats, blueprints, webhooks, error handling, and code examples.
9setup
Get started with DeepRead. Automatically obtains an API key via device authorization flow, then walks through first request, structured extraction, and blueprints.
8deepread-setup
Get started with DeepRead. Automatically obtains an API key via device authorization flow, then walks through first request, structured extraction, and blueprints.
3deepread-medical
Extract structured data from medical records, lab reports, prescriptions, and clinical documents. Pre-built schemas for patient info, diagnoses, medications, vitals. PII redaction for HIPAA compliance. 97%+ accuracy. Free 2,000 pages/month.
3deepread-api
Full DeepRead API reference. All endpoints, auth, request/response formats, blueprints, webhooks, error handling, and code examples.
3deepread-byok
Bring Your Own Key to DeepRead. Connect your OpenAI, Google, or OpenRouter API key — all document processing routes through YOUR account at zero DeepRead LLM cost. Page quota skipped entirely. Same API, same endpoints, one toggle.
3