Airtable Receipt OCR Integration
detail.loadingPreview
Extracts data from receipts using Mindee OCR and stores it in Airtable.
🚀Ready to Deploy This Workflow?
About This Workflow
Overview
This workflow automates the process of extracting information from receipts using optical character recognition (OCR) via the Mindee API. The extracted data is then structured and appended to a specified table in Airtable.
Key Features
- Receives receipt data via a webhook.
- Utilizes Mindee API for OCR processing of receipts.
- Maps extracted receipt fields to Airtable columns.
- Appends processed receipt data to an Airtable table.
- Generates a human-readable summary message of the transaction.
How To Use
- Set up the Airtable API credentials in n8n.
- Configure the Mindee API credentials in n8n.
- Set up a webhook to receive receipt data.
- Ensure the Airtable base and table ('Receipt') exist and have the required fields:
category,date,currency,locale,merchant,time,total. - Configure the Mindee node to process the incoming
receiptbinary data. - Adjust the Airtable node's
applicationandtableparameters to match your Airtable setup. - The 'Set' node will automatically format the output for Airtable and create a summary message.
Apps Used
Workflow JSON
{
"id": "f0395326-f612-447d-83a7-c25840d47a5e",
"name": "Airtable Receipt OCR Integration",
"nodes": 0,
"category": "Data Processing",
"status": "active",
"version": "1.0.0"
}Note: This is a sample preview. The full workflow JSON contains node configurations, credentials placeholders, and execution logic.
Get This Workflow
ID: f0395326-f612...
About the Author
N8N_Community_Pick
Curator
Hand-picked high quality workflows from the global community.
Statistics
Verification Info
Related Workflows
Discover more workflows you might like
Google Drive CSV PII Remover
Automatically removes Personally Identifiable Information (PII) from CSV files uploaded to Google Drive.
Get n8n Executions to CSV
Retrieve all n8n workflow executions and convert them to a CSV file.
Parse DMARC Reports
This workflow parses DMARC reports received via IMAP and stores the data in a MySQL database.
Extract and Process Product Brochure
Extracts text from a product brochure PDF, creates embeddings, and stores them for querying.
Remove PII From CSV Files
Automatically removes personally identifiable information (PII) from CSV files stored in Google Drive.
Stripe Checkout Session Metadata Generator
Generates metadata for Stripe checkout sessions based on custom fields.