Receipt OCR: Extract & Store Purchases in Airtable - n8n Workflow | Neura Market
Receipt OCR: Extract & Store Purchases in Airtable
Receives receipt images via webhook, extracts purchase details using Mindee OCR, stores in Airtable, and generates summaries for expense tracking.
This n8n workflow automates the processing of receipt images to extract key purchase information such as category, date, time, currency, total amount, and merchant. It starts with a webhook that accepts POST requests with binary image data, passes it to the Mindee node for AI-powered OCR analysis specifically tuned for receipts, then appends the structured data to an Airtable 'Receipt' table. Finally, a Set node formats a user-friendly message summarizing the transaction.
The benefits include s
Platform
n8n
Category
Other
Price
$12.99
Creator
Matt Buds
receipt
OCR
Mindee
Airtable
expense tracking
AI vision
webhook
automation
finance
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.