Collect supplier invoices from Outlook, read the PDFs with AI, and add the key fields into Excel for easy review. Ideal for finance and operations teams that get many invoices by email and want clean, structured data without manual entry.
A scheduled check grabs recent Outlook emails with attachments, converts the email body to markdown, and uses an AI classifier to find messages that are actually about invoices. For each valid email, the workflow downloads attachments, splits them, and uses AI vision to keep only real invoices. It then runs file based OCR to pull details like supplier, invoice number, date, and totals. The result is merged with email metadata and sent to a Microsoft Excel table. A safety path handles non invoices so runs do not fail, while a Wait step controls pacing.
You will need a Microsoft 365 mailbox, an Excel workbook with a table, and a Google Gemini API key. Expect less manual sorting and faster data entry, which can cut daily effort by a large margin and reduce common copy errors. Great for accounts payable intake, vendor billing capture, and shared mailbox processing in finance teams.