What it extracts
When a categorizer runs document extraction on an incoming attachment (PDF or image — scanned or phone-photographed), InboxMate:- OCRs it via Azure Document Intelligence
- Classifies the document type: Rechnung, Beleg, Auftragsbestätigung, Lieferschein, Angebot, Gutschrift, or Sonstiges
- Structures the key fields out of the OCR text — sender company/name, VAT ID, invoice number, PO number, gross amount, currency, document date, due date, IBAN — each with a confidence score
Saving to Dokumente
Extraction and filing are two separate categorizer actions you configure on a category:- Extract document (
extract_document) — OCRs and structures the attachment so its fields can enrich a downstream action, like a reply draft or a support ticket. It doesn’t file anything into the Dokumente collection by itself. - In Dokumente speichern (
save_to_page) — files the thread’s attachment into the Dokumente collection. By default it extracts first (so the row has structured fields); if extraction hasn’t run, it can also file the attachment as-is.
The Dokumente page
Filter the list by Postfach (when you have more than one mailbox), Dokumententyp, Status, free-text search on filename or invoice number, and a Nur abgelegte checkbox to show only documents explicitly saved to the page. Each row shows the filename (and invoice number, if found), type, sender, amount, date, and status:
Click a row to open the detail view: a preview of the original PDF/image next to the editable fields, each showing its extraction confidence. Fix anything that’s wrong and click Korrektur speichern, or click Bestätigen to mark the extraction as verified without changes.