Sample · Production ready

GST Invoices

Parse GST tax invoices with GSTIN, HSN, and tax breakup into filing-ready records.

ParseMind · GST Invoices Sample output

Sample input

PDF preview

Tax Invoice INV-2026-0412
Supplier GSTIN
IGST 18%

Extracted fields

  • Supplier gstin
  • Buyer gstin
  • Invoice number
  • Taxable value
  • Total
Item HSN Taxable IGST
SaaS Subscription 998314 25,000 4,500
Implementation 998314 12,000 2,160
Transactions
4
Confidence
93%
Fields
16+

Exports available

CSV ClearTax Tally Zoho API

Same exports in the workspace after you upload a real document — CSV, JSON, filing formats, and API.

Create free account to export

Business value

Before

GST invoice PDF

After

Line items + tax fields

Outcome

GSTR-1 / ClearTax ready

Use this through the API

Same structured output via REST — ideal for embedded workflows and batch automation.

Request

POST /api/v1/extract
Authorization: Bearer pm_live_••••

{
  "industry": "tax",
  "template": "gst_invoice",
  "file": "@document.pdf"
}

Response

{
  "document_type": "gst_invoice",
  "status": "processed",
  "export_ready": true
}

Try GST Invoices with your own file

Run the live demo with this template pre-selected — no account required for the first runs.