I built a workflow that automatically extracts invoice data from scanned PDFs and sends it to Google Sheets.
Here’s how it works:
• Sarvam Vision performs OCR on scanned invoices
• Gemini extracts structured invoice fields
• n8n pushes the cleaned data into Google Sheets
So the pipeline becomes:
📄 Scanned Invoice → 🤖 AI extraction → 📊 Structured spreadsheet data
This can be useful for automating:
- Vendor invoice processing
- Expense reimbursements
- Bulk document intake
- Finance / ops workflows
And the best part — it's free to use on n8n.
If anyone here is working on document automation or invoice processing, would love to hear how you're
solving it.
Happy to answer questions about the workflow as well 🙌