Block 1 - On form submission
- Type / Role
- n8n-nodes-base.formTrigger - formTrigger
- Config choices
- Version 2.3
This workflow is provided as-is. Please review and test before using in production.
Summary 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 ...
n8n-nodes-base.formtrigger, @n8n/n8n-nodes-langchain.googlegemini, n8n-nodes-base.notion, n8n-nodes-base.code, n8n-nodes-base.stickynote
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by JinPark.
Original n8n.io sourceEasily 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)
{
"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 |
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 | Digitize business cards to Notion database with Gemini Vision OCR |
|---|---|
| Complexity | intermediate |
| Nodes | 5 |
| Categories | Document Extraction, Multimodal AI |
| Author | JinPark |
| Published | 02 Oct 2025 |
Use the JSON export at /data/workflows/9180/9180.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.
Summary 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 ...
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, Multimodal AI use case.