Interactive demo
Watch an invoice get read, checked, and routed.
This is the same four steps the intake pipeline runs in n8n. The business rules below are the workflow’s rules, mirrored line for line; the tests prove the two agree.
Simulation: no webhook is configured, so a bundled sample stands in for a live extraction.
- 01Readthe document comes in
- 02Pull out detailsvendor, number, dates, totals
- 03Checkdo the numbers add up?
- 04Decideauto-approve, or ask a human