invoice_0006

OCR Text

SERVICE INVOICE
Invoice #: SRV-O1O2O3
Issued: 2024-08-15
Service Provider: CloudHost Pro
Client: StartupXYZ Inc
Monthly Hosting: $299.00
Support Package: $99.00
Domain Renewal: $15.00
Total: $413.00

Extraction JSON

{
  "currency": "USD",
  "invoice_date": "2024-08-15",
  "invoice_number": "SRV-010203",
  "line_items": [
    {
      "amount": 299.0,
      "description": "Monthly Hosting",
      "quantity": 1,
      "unit_price": 299.0
    },
    {
      "amount": 99.0,
      "description": "Support Package",
      "quantity": 1,
      "unit_price": 99.0
    },
    {
      "amount": 15.0,
      "description": "Domain Renewal",
      "quantity": 1,
      "unit_price": 15.0
    }
  ],
  "payee_name": "CloudHost Pro",
  "payer_name": "StartupXYZ Inc",
  "total_amount": 413.0
}

Correction Result corrected

Corrected Extraction

{
  "currency": "USD",
  "invoice_date": "2024-08-15",
  "invoice_number": "SRV-010203",
  "line_items": [
    {
      "amount": 299.0,
      "description": "Monthly Hosting",
      "quantity": 1,
      "unit_price": 299.0
    },
    {
      "amount": 99.0,
      "description": "Support Package",
      "quantity": 1,
      "unit_price": 99.0
    },
    {
      "amount": 15.0,
      "description": "Domain Renewal",
      "quantity": 1,
      "unit_price": 15.0
    }
  ],
  "payee_name": "CloudHost Pro",
  "payer_name": "StartupXYZ Inc",
  "total_amount": 413.0
}

Corrections (0)

Verification

Run Correction Add Feedback Case