FinanceBilling

Invoice OCR API

Extract structured invoice data with an Invoice OCR API. Parse suppliers, totals, taxes, line items, dates, and other invoice fields into JSON from PDF and image invoices. Works across vendors, countries, and layouts, with invoice line item extraction and validation metadata.

1 per page · Endpoint /v1/documents/invoice

Features

Built for invoice processing and finance workflows

PDF invoice parser

No fixed templates or coordinates. Cryvis reads invoices from any vendor, country, or visual layout and maps fields to a normalized schema.

Invoice line item extraction

Upload one PDF or multiple page images. Line items are merged across pages with numeric parsing for US, European, and currency-prefixed formats.

Validation built in

Every response includes consistency checks (subtotal, tax, and total reconciliation), plus a confidence score without modifying extracted values.

Quick start

Make your first extraction call

Upload an invoice PDF or image, an invoice to JSON API with line items, totals, and tax breakdown.

curl -X POST https://api.cryvis.com/v1/documents/invoice \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -F "file=@invoice.pdf"

Schema

Extracted fields

Every response includes validated, typed fields ready for your application.

invoice_numberinvoice_datedue_datepurchase_order_numberinvoice_typecurrencypayment_termssellerbuyership_toline_itemssubtotaltax_totaltotal_amountamount_duebank_detailsvalidation

Ready to extract data with Invoice OCR API?

Start free. No credit card required.