8
n8n 한국어amn8n.com

AI를 사용하여 PDF에서 인보이스 데이터 추출 - Google Sheets 및 이메일 알림

중급

이것은Finance, AI분야의자동화 워크플로우로, 11개의 노드를 포함합니다.주로 Gmail, GoogleDrive, GoogleSheets, ExtractFromFile, OpenAi 등의 노드를 사용하며인공지능 기술을 결합하여 스마트 자동화를 구현합니다. AI를 사용하여 PDF에서 발표 데이터를 추출 - Google Sheets와 이메일 알림

사전 요구사항
  • Google 계정 및 Gmail API 인증 정보
  • Google Drive API 인증 정보
  • Google Sheets API 인증 정보
  • OpenAI API Key

카테고리

워크플로우 미리보기
노드 연결 관계를 시각적으로 표시하며, 확대/축소 및 이동을 지원합니다
워크플로우 내보내기
다음 JSON 구성을 복사하여 n8n에 가져오면 이 워크플로우를 사용할 수 있습니다
{
  "meta": {
    "instanceId": "473ff4054f1a6c3ed6f17a2b4a2e55676fe5b921cceb87b2256e6c416c158559"
  },
  "nodes": [
    {
      "id": "76600f2a-f77c-4c95-8df6-e4d44a2d9e9e",
      "name": "정보 추출기",
      "type": "@n8n/n8n-nodes-langchain.informationExtractor",
      "position": [
        1420,
        40
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "c96acdd1-a755-4700-86b5-c29e8cb5d32d",
      "name": "이메일 전송",
      "type": "n8n-nodes-base.gmail",
      "position": [
        1360,
        420
      ],
      "webhookId": "da2aa524-25e5-47e2-bd1a-fe7a97edf8a7",
      "parameters": {},
      "typeVersion": 2.1
    },
    {
      "id": "ef869446-c764-4957-8c27-4f51410c80c9",
      "name": "작업 없음(No Operation)",
      "type": "n8n-nodes-base.noOp",
      "position": [
        1580,
        440
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "8e257d7c-bd82-44c4-901f-1b35d6ed1033",
      "name": "Ollama Model",
      "type": "@n8n/n8n-nodes-langchain.lmOllama",
      "position": [
        1440,
        300
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "2e5babac-d216-48d5-97c5-7b528078a52a",
      "name": "Postgres PGVector Store",
      "type": "@n8n/n8n-nodes-langchain.vectorStorePGVector",
      "position": [
        1380,
        680
      ],
      "parameters": {},
      "typeVersion": 1.2
    },
    {
      "id": "0348c94a-d362-4c1f-8679-3d4e0a42ddfb",
      "name": "스티커 노트",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -60,
        -80
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "fc19ba2d-a2ee-424b-a2f8-49690f1a2f74",
      "name": "Google Drive Trigger - 파일 생성",
      "type": "n8n-nodes-base.googleDriveTrigger",
      "position": [
        0,
        0
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "f081fb04-9a51-42f5-8664-9fd866de9cf1",
      "name": "바이너리 다운로드 - 파일",
      "type": "n8n-nodes-base.googleDrive",
      "position": [
        220,
        0
      ],
      "parameters": {},
      "typeVersion": 3
    },
    {
      "id": "470c9772-00cf-420e-876f-7efad7274ca9",
      "name": "PDF에서 추출",
      "type": "n8n-nodes-base.extractFromFile",
      "position": [
        800,
        20
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "1cc7eae0-ccab-4c8a-a469-b27a7057d22a",
      "name": "이메일 에이전트 생성",
      "type": "@n8n/n8n-nodes-langchain.openAi",
      "position": [
        1020,
        420
      ],
      "parameters": {},
      "typeVersion": 1.8
    },
    {
      "id": "42588358-40ba-46f7-bb97-38c67c676901",
      "name": "DB 업데이트 - 스프레드시트",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        1100,
        600
      ],
      "parameters": {},
      "typeVersion": 4.5
    }
  ],
  "pinData": {},
  "connections": {
    "c96acdd1-a755-4700-86b5-c29e8cb5d32d": {
      "main": [
        [
          {
            "node": "ef869446-c764-4957-8c27-4f51410c80c9",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "8e257d7c-bd82-44c4-901f-1b35d6ed1033": {
      "ai_languageModel": [
        [
          {
            "node": "76600f2a-f77c-4c95-8df6-e4d44a2d9e9e",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "470c9772-00cf-420e-876f-7efad7274ca9": {
      "main": [
        [
          {
            "node": "76600f2a-f77c-4c95-8df6-e4d44a2d9e9e",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "1cc7eae0-ccab-4c8a-a469-b27a7057d22a": {
      "main": [
        [
          {
            "node": "c96acdd1-a755-4700-86b5-c29e8cb5d32d",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "76600f2a-f77c-4c95-8df6-e4d44a2d9e9e": {
      "main": [
        [
          {
            "node": "42588358-40ba-46f7-bb97-38c67c676901",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "f081fb04-9a51-42f5-8664-9fd866de9cf1": {
      "main": [
        [
          {
            "node": "470c9772-00cf-420e-876f-7efad7274ca9",
            "type": "main",
            "index": 0
          },
          {
            "node": "42588358-40ba-46f7-bb97-38c67c676901",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "2e5babac-d216-48d5-97c5-7b528078a52a": {
      "ai_tool": [
        [
          {
            "node": "1cc7eae0-ccab-4c8a-a469-b27a7057d22a",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "42588358-40ba-46f7-bb97-38c67c676901": {
      "main": [
        [
          {
            "node": "1cc7eae0-ccab-4c8a-a469-b27a7057d22a",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "fc19ba2d-a2ee-424b-a2f8-49690f1a2f74": {
      "main": [
        [
          {
            "node": "f081fb04-9a51-42f5-8664-9fd866de9cf1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
자주 묻는 질문

이 워크플로우를 어떻게 사용하나요?

위의 JSON 구성 코드를 복사하여 n8n 인스턴스에서 새 워크플로우를 생성하고 "JSON에서 가져오기"를 선택한 후, 구성을 붙여넣고 필요에 따라 인증 설정을 수정하세요.

이 워크플로우는 어떤 시나리오에 적합한가요?

중급 - 금융, 인공지능

유료인가요?

이 워크플로우는 완전히 무료이며 직접 가져와 사용할 수 있습니다. 다만, 워크플로우에서 사용하는 타사 서비스(예: OpenAI API)는 사용자 직접 비용을 지불해야 할 수 있습니다.

워크플로우 정보
난이도
중급
노드 수11
카테고리2
노드 유형11
난이도 설명

일정 경험을 가진 사용자를 위한 6-15개 노드의 중간 복잡도 워크플로우

저자
Aashit Sharma

Aashit Sharma

@aashitsharma

With a strong background in AI agent systems, RAG pipelines, and open-source automation tools like n8n, LangChain, and Ollama, Aashit specializes in crafting end-to-end solutions that merge intelligence with efficiency. He has developed multiple production-ready n8n templates — from personalized interview prep systems and document generators to AI-powered support agents — all designed to empower teams with scalable, low-code automation.

외부 링크
n8n.io에서 보기

이 워크플로우 공유

카테고리

카테고리: 34