Easily digitize and organize your business cards!
This workflow allows you to upload a business card image , automatically extract contact information using Google Gemini’s OCR & vision model, and save the structured data into a Notion database — no manual typing required.
Perfect for teams or individuals who want to centralize client contact info in Notion after networking events or meetings.
Form Submission
.jpg, .png, or .jpeg) through an n8n form.AI-Powered OCR (Google Gemini)
The uploaded image is sent to Google Gemini Vision for intelligent text recognition and entity extraction.
Gemini returns structured text data such as:
{
"Name": "Jung Hyun Park", "Position": "Head of Development", "Phone": "021231234", "Mobile": "0101231234", "Email": "[email protected]", "Company": "TOV", "Address": "6F, Donga Building, 212, Yeoksam-ro, Gangnam-gu, Seoul", "Website": "www.tov.com" }
JSON Parsing & Cleanup
Save to Notion
Customer Business Cards).| Service | Purpose | Node Type |
|---|---|---|
| Google Gemini (PaLM) | Image-to-text extraction (OCR + structured entity parsing) | @n8n/n8n-nodes-langchain.googleGemini |
| Notion | Contact data storage | n8n-nodes-base.notion |
gemini-1.5-flash or gemini-1.5-pro) based on your accuracy vs. speed needs.| Field | Value |
|---|---|
| Category | AI + Notion + OCR |
| Difficulty | Beginner–Intermediate |
| Trigger Type | Form Submission |
| Use Case | Automate business card digitization |
| Works with | Google Gemini, Notion |


