Block 1 - Mistral OCR API
- Type / Role
- n8n-nodes-base.httpRequest - httpRequest
- Config choices
- Version 4.2
This workflow is provided as-is. Please review and test before using in production.
Business Card Scanner – Automate Contact Extraction This workflow automates the process of extracting contact details from business cards ...
n8n-nodes-base.httprequest, @n8n/n8n-nodes-langchain.agent, @n8n/n8n-nodes-langchain.lmchatopenai, @n8n/n8n-nodes-langchain.outputparserstructured, @n8n/n8n-nodes-langchain.memorybufferwindow, n8n-nodes-base.datatable, n8n-nodes-base.formtrigger, n8n-nodes-base.extractfromfile
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Wolfgang Renner.
Original n8n.io sourceThis workflow automates the process of extracting contact details from business cards (PDF or image) and saving them directly into an n8n Data Table.
No more manual data entry — just upload a card and let AI do the rest.
business cards, using the email address as the unique identifier.✅ Result: Seamless digitization of business cards into structured, searchable contact data.
Before importing the workflow, make sure you have the following:
Import the Workflow
Create a Data Table
business_cards (or adjust the workflow accordingly). firstname
name
company
jobdescription
phone
mobil
email
street
postcode
place
web
Configure API Credentials
gpt-4o-mini (recommended for speed and low cost).Activate the Web Form Trigger
Test the Workflow
{
"firstname": "Anna",
"name": "Müller",
"company": "NextGen Tech GmbH",
"jobdescription": "Head of Marketing",
"email": "[email protected]",
"phone": "+49 821 1234567",
"mobil": "+49 170 9876543",
"street": "Schillerstraße 12",
"postcode": "86150",
"place": "Augsburg",
"web": "https://nextgen.tech"
}
This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
| Workflow | Extract contact information from business cards with Mistral OCR and GPT-4o-mini |
|---|---|
| Complexity | intermediate |
| Nodes | 14 |
| Categories | Document Extraction, AI Summarization |
| Author | Wolfgang Renner |
| Published | 03 Oct 2025 |
Use the JSON export at /data/workflows/9212/9212.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
Business Card Scanner – Automate Contact Extraction This workflow automates the process of extracting contact details from business cards ...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Document Extraction, AI Summarization use case.