response.jsonjson
{
"schema_version": "invoice.v1",
"result": {
"invoice_number": "RE-2026-04-118",
"issue_date": "2026-04-12",
"due_date": "2026-05-12",
"vendor": {
"name": "Müller Industriebedarf GmbH",
"address": "Schillerstraße 14, 70173 Stuttgart, Germany",
"vat_number": "DE123456789"
},
"customer": {
"name": "Atelier Dupont SARL",
"address": "12 rue de Rivoli, 75001 Paris, France",
"vat_number": "FR40123456824"
},
"currency": "EUR",
"line_items": [
{
"description": "CNC spindle bearings, 6204-2RS",
"quantity": "40",
"unit_price": { "amount": "12.50", "currency": "EUR" },
"tax_rate": "0.00",
"line_total": { "amount": "500.00", "currency": "EUR" },
"confidence": 0.96,
"bbox": { "page": 1, "x": 0.06, "y": 0.41, "w": 0.88, "h": 0.022 }
},
{
"description": "Express shipping (DHL Economy Select)",
"quantity": "1",
"unit_price": { "amount": "48.00", "currency": "EUR" },
"tax_rate": "0.00",
"line_total": { "amount": "48.00", "currency": "EUR" },
"confidence": 0.94,
"bbox": { "page": 1, "x": 0.06, "y": 0.46, "w": 0.88, "h": 0.022 }
}
],
"subtotal": { "amount": "548.00", "currency": "EUR" },
"tax_breakdown": [
{ "rate": "0.00", "amount": { "amount": "0.00", "currency": "EUR" }, "note": "Reverse-charge — Art. 196 VAT Directive 2006/112/EC" }
],
"total": { "amount": "548.00", "currency": "EUR" },
"payment_terms": "Net 30 — IBAN DE89370400440532013000",
"validation": {
"line_item_sum_match": {
"valid": true,
"computed_subtotal": "548.00",
"declared_subtotal": "548.00",
"diff": "0.00",
"tolerance": "0.01"
},
"totals_reconcile": {
"valid": true,
"computed_total": "548.00",
"declared_total": "548.00",
"diff": "0.00",
"tolerance": "0.01"
}
}
},
"field_metadata": {
"vendor.vat_number": { "confidence": 0.99, "format_valid": true },
"customer.vat_number": { "confidence": 0.98, "format_valid": true },
"total.amount": { "confidence": 0.99 }
}
}