back

AI Invoice Checker

Vision + Deterministic Rules
Demo mode: Drop a B2B invoice PDF (max 8 MB). Only the first 2 pages (cover + optional receipt summary) are sent to Claude Haiku 4.5 for extraction. No files are stored server-side.

AI Invoice Checker

Case Study
The Pain

Outgoing B2B invoices get sent with broken IBANs, VAT math errors, or missing reverse-charge notes. One bad invoice triggers a payment dispute, a chargeback, or — worst case — a fraudulent IBAN swap the recipient doesn’t catch.

Real Incident

I shipped the original internal tool after we caught an invoice where the stated VAT was €842 off from what net × rate actually equaled. Nobody had caught it in three rounds of manual review. That’s what deterministic arithmetic checks are for — humans can’t see rounding.

Why LLMs alone don't cut it
  • An LLM will cheerfully “confirm” a bogus IBAN
  • VAT arithmetic needs exact decimal math, not probabilistic text
  • Format regexes for 27 EU VAT ID shapes don't need a language model