🎯 Digitize business cards with Thai OCR & save to Google Sheets or CRM

⚑ 376 views · 🎯 AI Summarization & Classification

Description

This n8n template demonstrates how to use Typhoon OCR + LLM to digitize business cards, enrich the extracted details, and save them directly into Google Sheets or any CRM.

It works with both Thai and English business cards and even includes an optional step to draft greeting emails automatically.

Use cases: Automatically capture leads at events, enrich contact details before saving them into your CRM, or simply keep a structured database of your professional network.

Good to know

Two versions of the workflow are provided:

🟒 Without Search API β†’ cost-free option using only Typhoon OCR + LLM

πŸ”΅ With Search API β†’ adds Google Search enrichment for richer profiles (may incur API costs via SerpAPI)

The Send Email step is optional β€” include it if you want to follow up instantly, or disable it if not needed.

Typhoon provides a free API for anyone to sign up and use β†’ opentyphoon.ai

How it works

  1. A form submission triggers the workflow with a business card image (JPG/PNG).

  2. Typhoon OCR extracts text from the card (supports Thai & English).

  3. Typhoon LLM parses the extracted text into structured JSON fields (e.g., name, job title, organization, email).

  4. Depending on your chosen path:

  1. The cleaned and enriched contact is saved to Google Sheets (can be swapped with your preferred CRM or database).

  2. (Optional) Typhoon LLM drafts a short, friendly greeting email, which can be sent automatically via Gmail.

How to use

The included form trigger is just one example. You can replace it with:

You can easily change the destination from Google Sheets to HubSpot, Notion, Airtable, or Salesforce.

The enrichment prompt is customizable β€” adjust it to classify contacts based on your organization’s needs.

Requirements

Customising this workflow

This AI-powered business card reader can be adapted to many scenarios:

πŸ”— Nodes Used

Edit Image, Google Sheets, Gmail, AI Agent, Basic LLM Chain, OpenAI Chat Model

πŸ“₯ Import

Download workflow.json and import into n8n: Workflow menu β†’ Import from File

πŸ“– Importing guide Β· πŸ”‘ Credential setup