{
  "name": "Analyze images & PDFs from Google Drive with Gemini 3 AI",
  "nodes": [
    {
      "id": "438ce927-73e5-40c3-966c-45778e6d382d",
      "name": "Analyze an image",
      "type": "@n8n/n8n-nodes-langchain.googleGemini",
      "position": [
        864,
        -16
      ]
    },
    {
      "id": "4c43ee69-259e-4d81-a727-921bc0b5f604",
      "name": "Google Drive Trigger",
      "type": "n8n-nodes-base.googleDriveTrigger",
      "position": [
        176,
        0
      ]
    },
    {
      "id": "a52f7ab7-f767-4c7c-84ad-20654146f039",
      "name": "Extract from File",
      "type": "n8n-nodes-base.extractFromFile",
      "position": [
        864,
        448
      ]
    },
    {
      "id": "c8a7a64f-a402-4e8c-ab13-da704b987816",
      "name": "OpenRouter Chat Model",
      "type": "@n8n/n8n-nodes-langchain.lmChatOpenRouter",
      "position": [
        1104,
        160
      ]
    },
    {
      "id": "23fe1a9e-4428-425e-a15c-01c60a9aaf6f",
      "name": "Download Image",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        656,
        -16
      ]
    },
    {
      "id": "0ab97e2e-cc3a-4242-aaa2-77267fb68d64",
      "name": "Download PDF",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        672,
        448
      ]
    },
    {
      "id": "93e6a1a8-0fba-4a78-a1f0-b2f212dd1ba9",
      "name": "Analyzer Agent",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "position": [
        1120,
        -16
      ]
    },
    {
      "id": "09877784-a37b-464d-a033-ae242e839c55",
      "name": "OpenRouter Chat Model1",
      "type": "@n8n/n8n-nodes-langchain.lmChatOpenRouter",
      "position": [
        1088,
        608
      ]
    },
    {
      "id": "457b8560-d8ef-48d6-97e1-81698bba11c2",
      "name": "Analyzer Agent (PDF)",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "position": [
        1120,
        448
      ]
    },
    {
      "id": "95977091-8c39-489d-b710-e0847083398c",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        592,
        -96
      ],
      "parameters": {
        "width": 976,
        "height": 416,
        "content": "Image Analyzer"
      }
    },
    {
      "id": "042b9653-1470-4c73-b0cb-c163e7efc7e7",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        592,
        336
      ],
      "parameters": {
        "width": 976,
        "height": 416,
        "content": "PDF Extractor & Analyzer"
      }
    },
    {
      "id": "ee50c628-396c-4ed9-836b-241f5e7365f3",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        80,
        -96
      ],
      "parameters": {
        "width": 496,
        "height": 416,
        "content": "Drive Trigger + Filter by type"
      }
    },
    {
      "id": "f5c156c9-f619-442a-9aee-0723833579f0",
      "name": "Filter by Type",
      "type": "n8n-nodes-base.if",
      "position": [
        416,
        0
      ]
    },
    {
      "id": "f2546d73-2bd0-4390-96cf-b05299926069",
      "name": "Sticky Note3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1024,
        -144
      ],
      "parameters": {
        "width": 1024,
        "height": 1248,
        "content": "Gemini 3 Image & PDF Extractor (Google Drive → Gemini 3 → Summary)\n\nAutomatically summarize newly uploaded images or PDF reports using Google Gemini 3, triggered directly from a Google Drive folder.\nP"
      }
    },
    {
      "id": "7f0ce721-5885-4354-9739-9b561dfa12b9",
      "name": "Sticky Note4",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        64,
        -576
      ],
      "parameters": {
        "width": 672,
        "height": 400,
        "content": "@[youtube](UuWYT_uXiw0)"
      }
    }
  ],
  "connections": {
    "Download PDF": {
      "main": [
        [
          {
            "node": "Extract from File",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Download Image": {
      "main": [
        [
          {
            "node": "Analyze an image",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Filter by Type": {
      "main": [
        [
          {
            "node": "Download Image",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Download PDF",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Analyze an image": {
      "main": [
        [
          {
            "node": "Analyzer Agent",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Extract from File": {
      "main": [
        [
          {
            "node": "Analyzer Agent (PDF)",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Google Drive Trigger": {
      "main": [
        [
          {
            "node": "Filter by Type",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "OpenRouter Chat Model": {
      "ai_languageModel": [
        [
          {
            "node": "Analyzer Agent",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "OpenRouter Chat Model1": {
      "ai_languageModel": [
        [
          {
            "node": "Analyzer Agent (PDF)",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    }
  }
}