Invoice triage system
Collects invoices from designated sources, extracts their content into uniform files, names them according to agreed rules and drops them into a chosen folder on the server.
PythonOCRPostgreSQLERP API
1 / 2
- Process map
- Mailbox → data extraction (OCR/AI) → happy path or exception → ERP system
- What we built
- One clear queue holding only the complicated rows. Safe, idempotent writes. The owner is notified only when the system needs a human decision.
- Outcome
- No more retyping PDFs by hand at 7:40 in the morning.