The original stays on the left, what we read out of it on the right. Nothing is hidden behind a save button:
- 25+ fields per document: vendor, invoice number, date, due date, net, VAT rate, VAT amount, gross, line items, currency, with an overall confidence score.
- The type is recognised first: invoice, receipt or bank statement, and the country. Then the matching extractor runs, which is why a Cyprus VAT invoice and a German one both come out right.
- Foreign currency keeps both numbers: the original amount and the conversion at the official ECB rate for the invoice date. Both are stored, both are exported.
- The same invoice twice is caught immediately, with a clean path to keep one and drop the other.
- Full-text search reaches inside the documents, even though their contents are stored encrypted.
