Automate Invoice Data Extraction and Structuring with Google Vision, LLM, and Google Sheets - n8n Workflow | Neura Market
Automate Invoice Data Extraction and Structuring with Google Vision, LLM, and Google Sheets
Streamline your invoice processing by automating data extraction using Google Vision OCR, structuring with an LLM, and storing results in Google Sheets with real-time Telegram notifications.
This workflow efficiently automates the collection and processing of invoice data. Users can upload invoice images via a form, which are then stored in Google Drive. The images undergo OCR processing with Google Vision API to extract text, which is further structured using a language model. The structured data, including transaction details, is cleaned and formatted before being appended to a Google Sheets document. Additionally, a summary of each transaction is sent to a specified Telegram chat
Platform
n8n
Category
Finance & Accounting
Price
Free
Creator
Viktor Novotny
gid
set
code
telegram
stickyNote
formTrigger
googleDrive
httpRequest
googleSheets
chainLlm
How to import this workflow into n8n
1Purchase or download the workflow to get the n8n workflow JSON file.
2In your n8n instance, open Workflows and choose "Import from File" (or paste the JSON with Ctrl+V on the canvas).
3Open each node marked with a credential warning and connect your own accounts and API keys.
4Run the workflow once manually to verify the data flow, then toggle it to Active.