{
  "name": "Digitize business cards to Notion database with Gemini Vision OCR",
  "nodes": [
    {
      "id": "e33714b7-d749-4238-9d3c-e2d353639e8f",
      "name": "On form submission",
      "type": "n8n-nodes-base.formTrigger",
      "position": [
        -112,
        0
      ]
    },
    {
      "id": "def20233-fd45-4cdb-b3d9-2aa08888da99",
      "name": "Analyze image",
      "type": "@n8n/n8n-nodes-langchain.googleGemini",
      "position": [
        144,
        0
      ]
    },
    {
      "id": "afb9f7bc-2a41-4e89-bac8-7cd69068be5c",
      "name": "Create a database page",
      "type": "n8n-nodes-base.notion",
      "position": [
        560,
        0
      ]
    },
    {
      "id": "11fceae0-cfb6-4632-8f0f-f4268473a9ab",
      "name": "Parse to Json",
      "type": "n8n-nodes-base.code",
      "position": [
        352,
        0
      ]
    },
    {
      "id": "e254add7-e9e9-4c24-a3d6-c8ad29ad8925",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -976,
        -160
      ],
      "parameters": {
        "width": 800,
        "height": 592,
        "content": "# 📇 Business Card OCR → Notion Database\n\nThis workflow automates the process of extracting key information from a **business card image** and storing it into a **Notion database**.\n\n### ⚙️ Workflow St"
      }
    }
  ],
  "connections": {
    "Analyze image": {
      "main": [
        [
          {
            "node": "Parse to Json",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Parse to Json": {
      "main": [
        [
          {
            "node": "Create a database page",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "On form submission": {
      "main": [
        [
          {
            "node": "Analyze image",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}