{
"object": {
"invoice_number": "INV-2024-0042",
"date": "2024-01-15",
"subtotal": 1150.00,
"tax": 100.00,
"total": 1250.00,
"vendor": "Acme Corp",
"_meta": {
"confidence_score": 0.94,
"field_confidence": [
{ "field": "$.invoice_number", "score": 0.98, "reason": "Exact match", "page": 1, "text": "Invoice # INV-2024-0042" },
{ "field": "$.date", "score": 0.95, "reason": "Exact match", "page": 1, "text": "Date: 01/15/2024" },
{ "field": "$.subtotal", "score": 0.95, "reason": "Exact match", "page": 1, "text": "Subtotal: $1,150.00" },
{ "field": "$.tax", "score": 0.95, "reason": "Exact match", "page": 1, "text": "Tax: $100.00" },
{ "field": "$.total", "score": 0.92, "reason": "Formatting ambiguous", "page": 1, "text": "Total: $1,250.00" },
{ "field": "$.vendor", "score": 0.90, "reason": "Inferred from header", "page": 1, "text": "Acme Corp" }
],
"issues": []
}
},
"metadata": {
"processing_time_ms": 2340,
"credits": 1,
"fallback_triggered": false
},
"verification": {
"status": "PASSED",
"checks_passed": 1,
"checks_failed": 0,
"cannot_verify_count": 0,
"checks_run": [
{
"type": "HORIZONTAL_SUM",
"status": "PASSED",
"fields": ["total", "subtotal", "tax"],
"passed": true,
"delta": 0.0,
"expected": 1250.00,
"actual": 1250.00
}
]
},
"error": null
}