{
  "invoice": {
    "vendor": "SLEEK BILL",
    "invoice_number": "IN-15",
    "invoice_date": "2025-01-23",
    "gst": "27AAFCV2449G1Z7",
    "items": [
      {
        "lineNumber": 1,
        "description": "Orange Powder",
        "hsnCode": null,
        "quantity": 1,
        "unit": null,
        "rate": 400,
        "taxPercent": 12,
        "amount": 448,
        "confidence": 1
      },
      {
        "lineNumber": 2,
        "description": "Walnuts 5% Tax Item",
        "hsnCode": null,
        "quantity": 1,
        "unit": null,
        "rate": 100,
        "taxPercent": 5,
        "amount": 105,
        "confidence": 1
      },
      {
        "lineNumber": 3,
        "description": "Coin 3% Tax Item",
        "hsnCode": null,
        "quantity": 1,
        "unit": null,
        "rate": 100,
        "taxPercent": 3,
        "amount": 103,
        "confidence": 1
      },
      {
        "lineNumber": 4,
        "description": "Rose Water",
        "hsnCode": null,
        "quantity": 1,
        "unit": null,
        "rate": 150,
        "taxPercent": 0,
        "amount": 150,
        "confidence": 1
      },
      {
        "lineNumber": 5,
        "description": "Glicerene",
        "hsnCode": null,
        "quantity": 1,
        "unit": null,
        "rate": 50,
        "taxPercent": 0,
        "amount": 50,
        "confidence": 1
      },
      {
        "lineNumber": 6,
        "description": "Cheese 12% Tax Item",
        "hsnCode": null,
        "quantity": 1,
        "unit": null,
        "rate": 100,
        "taxPercent": 12,
        "amount": 112,
        "confidence": 1
      }
    ],
    "subtotal": 900,
    "tax": 68,
    "grand_total": 968
  }
}