Invoice → JSON
Invoice to JSON
Extract structured JSON from invoices (PDF, image, or scan) — vendor, line items, totals, and dates — with your own schema. OCR-powered, API + MCP ready, free to try.
Example output
A typical structured shape for a invoice:
{
"invoiceNumber": "…",
"vendor": "…",
"billTo": "…",
"issueDate": "…",
"dueDate": "…",
"lineItems": [ … ],
"subtotal": "…",
"tax": "…",
"total": "…",
"currency": "…"
}How to convert a invoice to JSON
01
Upload your invoice
PDF, image, or scan — in your browser or via the API.
02
Extract to JSON
We OCR and map it to a typed Invoice schema.
03
Use the JSON
Pipe it into your database, agent, or automation.
Frequently asked
How do I convert a invoice to JSON?+
Upload the invoice (PDF, image, or scan) and get structured JSON back instantly — free to start, or automate it over the API and MCP.
Can I use my own schema?+
Yes. Provide a JSON schema and we map the invoice to exactly those fields; otherwise we infer a sensible structure.
Does it work on scans and photos?+
Yes — OCR recovers text from scanned or photographed invoices before extraction.