Business Card Scanner – Automate Contact Extraction This 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. --- ⚙️ How It Works 1. Upload the business card via a web form (PDF or image). 2. The uploaded file is converted to Base64 for processing.

Business Card Scanner – Automate Contact Extraction This 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. --- ⚙️ How It Works 1. Upload the business card via a web form (PDF or image). 2. The uploaded file is converted to Base64 for processing. 3. The Base64 data is sent to the Mistral OCR API, which extracts text from the image. 4. The OCR output is parsed into JSON. 5. An AI Agent (OpenAI GPT-4o-mini) interprets the extracted text and converts it into structured business card information (e.g., name, company, email, phone). 6. The Structured Output Parser validates and aligns the data with a predefined schema. 7. The workflow upserts (inserts or updates) the contact details into an n8n Data Table named business cards, using the email address as the unique identifier. ✅ Result: Seamless digitization of business cards into structured, searchable contact data. --- 🧩 Prerequisites Before importing the workflow, make sure you have the following: 1. n8n Instance with access to the Data Table feature 2. OpenAI Platform account and API key (configured in n8n) 3. Mistral AI account and API key (configured in n8n) --- 🛠️ Setup Steps 1. Import the Workflow - Download and import the JSON file into your n8n instance. 2. Create a Data Table - Name it businesscards (or adjust the workflow accordingly). - Add the following fields: 3. Configure API Credentials - Mistral OCR API → Add your API key under HTTP Bearer Auth. - OpenAI API → Add your API key under OpenAI Credentials. - Model: gpt-4o-mini (recommended for speed and low cost). 4. Activate the Web Form Trigger - Enable the trigger node to make the business card upload form accessible via a public URL. 5. Test the Workflow - Upload a sample business card. - Confirm that extracted contact data automatically appears in your Data Table. --- 💡 Example JSON Output `json { "firstname": "Anna", "name": "Müller", "company": "NextGen Tech GmbH", "jobdescription": "Head of Marketing", "email": "anna.mueller@nextgen.tech", "phone": "+49 821 1234567", "mobil": "+49 170 9876543", "street": "Schillerstraße 12", "postcode": "86150", "place": "Augsburg", "web": " }
Download the workflow JSON file after purchase.
Open n8n → click the menu → Import from File.
Select the downloaded JSON and import.
Set up credentials for each node that requires them.
Click Execute Workflow to test, then activate.
Setup guide included
Purchase to unlock the full step-by-step guide
No reviews yet
Be the first to buy and share your experience.
Leave a review
Sign in to share your experience with this workflow.
Create a free account to purchase workflows.
Need help setting this up?
Book a 3-hour live setup session with an Agility consultant.