Receipt → JSON
Receipt to JSON
Turn receipts and scans into structured JSON — merchant, items, tax, and total — for expense automation and bookkeeping. OCR built in, free to start.
Example output
A typical structured shape for a receipt:
{
"merchant": "…",
"date": "…",
"items": [ … ],
"subtotal": "…",
"tax": "…",
"tip": "…",
"total": "…",
"paymentMethod": "…"
}How to convert a receipt to JSON
01
Upload your receipt
PDF, image, or scan — in your browser or via the API.
02
Extract to JSON
We OCR and map it to a typed Receipt schema.
03
Use the JSON
Pipe it into your database, agent, or automation.
Frequently asked
How do I convert a receipt to JSON?+
Upload the receipt (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 receipt 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 receipts before extraction.