Extract contact information from business cards with Mistral OCR and GPT-4o-mini
 π§ Business Card Scanner β Automate Contact Extraction This workflow automates the process of extracting contact details from business cards (PDF or image) and s...
Template notes

π§ 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.
---