Back to Templates
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.
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"
}