OCR Text
INVOICE #PO-2O24-O789
Invoice From: DataServ Corp
Invoice To: Midwest Manufacturing
Line Items:
1. Consulting Services - 10 hrs @ $150/hr = $1,500.00
2. Software License - 1 @ $800.00 = $800.00
Subtotal: $2,300.00
Tax: $184.00
Total Due: $2,484.00
Extraction JSON
{
"currency": "USD",
"invoice_date": null,
"invoice_number": "PO-2024-0789",
"line_items": [
{
"amount": 1500.0,
"description": "Consulting Services",
"quantity": 10,
"unit_price": 150.0
},
{
"amount": 800.0,
"description": "Software License",
"quantity": 1,
"unit_price": 800.0
}
],
"payee_name": "Midwest Manufacturing",
"payer_name": "DataServ Corp",
"subtotal": 2300.0,
"tax_amount": 184.0,
"total_amount": 2484.0
}
Correction Result
corrected
Corrected Extraction
{
"currency": "USD",
"invoice_date": null,
"invoice_number": "PO-2024-0789",
"line_items": [
{
"amount": 1500.0,
"description": "Consulting Services",
"quantity": 10,
"unit_price": 150.0
},
{
"amount": 800.0,
"description": "Software License",
"quantity": 1,
"unit_price": 800.0
}
],
"payee_name": "DataServ Corp",
"payer_name": "Midwest Manufacturing",
"subtotal": 2300.0,
"tax_amount": 184.0,
"total_amount": 2484.0
}
Corrections (2)
payee_name (ROLE_SWAP_PAYEE_PAYER)
Before:
Midwest Manufacturing
After:
DataServ Corp
Confidence: 0.9
Evidence: Invoice From: DataServ Corp
payer_name (ROLE_SWAP_PAYEE_PAYER)
Before:
DataServ Corp
After:
Midwest Manufacturing
Confidence: 0.9
Evidence: Invoice To: Midwest Manufacturing
Verification
- Schema Valid: True
- Evidence Valid: True
- Consistency Valid: True
- Overall Confidence: 0.9