Reading documents
PDF invoices, bank statements, and vendor files are read and split into fields: date, number, tax base, VAT, counterparty. The result fills the form as a suggestion, and each field can be clicked to see where it came from.
Almost every accounting product now puts “AI” on its home page. What is rarely explained: if the AI is wrong, what happens, and who carries it? This page answers that.
A rule that lives only in an internal document will be broken by someone who never read it. So we put the ban in the code structure: the part that computes tax may not touch the AI part at all. If anyone writes such a call, the build fails.
This is not a rule you can waive for a moment. It is part of the project structure, checked on every build, with no switch to turn it off.
You should not need the manual to know where a figure came from. Its appearance already tells you.
Solid line, blue, firm edge. This is a figure a person approved and that has entered the ledger. It cannot be changed. If it is wrong, it is reversed by an entry linked to the original.
Dashed line, grey, always with a reject button. This is anything from the AI. Reject it and nothing is left in the ledger, because it never got there.
Tax IDs, account numbers, and personal data are replaced with random codes before a document is sent out. The AI reads the document’s shape, not a person’s identity.
Every call to the AI is logged: when, for which document, and what came back. Anyone with the right permission can review it at any time.
The AI sits behind a single door. Switching providers, or turning it off entirely, is a settings change. Nothing needs rewriting.
If your internal policy forbids data leaving at all, the AI can be switched off completely. You lose only convenience: automatic invoice reading and account suggestions. Everything else keeps running: every tax calculation, the monthly checks, and the working papers. None of them ever used the AI.
Bring the vendor invoice that is hardest to read — a crooked scan, a stamp over the figures, an unusual layout. We will run extraction in front of you and show what happens when the result is wrong.
No credit card. No commitment. We prepare the sample data.