Automate Document Parsing to Google Sheets with AI and OCR - n8n Workflow | Neura Market
Automate Document Parsing to Google Sheets with AI and OCR
This n8n workflow automates the parsing of documents such as invoices, logs, and sensor reports from PDFs, images, and CSVs. It extracts key fields using OCR and AI, then stores the structured data in Google Sheets.
The workflow begins with a webhook trigger that receives document uploads. It then uses a switch node to determine the file type: images are processed with Tesseract OCR, PDFs with a PDF parser, and CSVs are extracted directly. The extracted text is analyzed by Google Gemini AI to identify fields like invoice ID, total, and customer name. The resulting JSON data is cleaned and appended to a Google Sheet, facilitating automated data entry and reducing manual processing time.
Platform
n8n
Category
File & Document Management
Price
Free
Creator
Marcus Johnson
code
switch
webhook
stickyNote
googleSheets
extractFromFile
chainLlm
tesseractNode
lmChatGoogleGemini
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.