Utilisation de l'IA pour extraire les données de factures PDF - Google Sheets et rappels par e-mail

Intermédiaire

Ceci est unFinance, AIworkflow d'automatisation du domainecontenant 11 nœuds.Utilise principalement des nœuds comme Gmail, GoogleDrive, GoogleSheets, ExtractFromFile, OpenAi, combinant la technologie d'intelligence artificielle pour une automatisation intelligente. Extraire des données de factures de PDF avec IA - Google Sheets et rappels par e-mail

Prérequis
  • Compte Google et informations d'identification Gmail API
  • Informations d'identification Google Drive API
  • Informations d'identification Google Sheets API
  • Clé API OpenAI
Aperçu du workflow
Visualisation des connexions entre les nœuds, avec support du zoom et du déplacement
Exporter le workflow
Copiez la configuration JSON suivante dans n8n pour importer et utiliser ce workflow
{
  "meta": {
    "instanceId": "473ff4054f1a6c3ed6f17a2b4a2e55676fe5b921cceb87b2256e6c416c158559"
  },
  "nodes": [
    {
      "id": "76600f2a-f77c-4c95-8df6-e4d44a2d9e9e",
      "name": "Extracteur d'informations",
      "type": "@n8n/n8n-nodes-langchain.informationExtractor",
      "position": [
        1420,
        40
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "c96acdd1-a755-4700-86b5-c29e8cb5d32d",
      "name": "Envoyer un email",
      "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": "Aucune opération, ne rien faire",
      "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": "Note autocollante",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -60,
        -80
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "fc19ba2d-a2ee-424b-a2f8-49690f1a2f74",
      "name": "Google Drive Trigger - création de fichier",
      "type": "n8n-nodes-base.googleDriveTrigger",
      "position": [
        0,
        0
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "f081fb04-9a51-42f5-8664-9fd866de9cf1",
      "name": "Télécharger un fichier binaire",
      "type": "n8n-nodes-base.googleDrive",
      "position": [
        220,
        0
      ],
      "parameters": {},
      "typeVersion": 3
    },
    {
      "id": "470c9772-00cf-420e-876f-7efad7274ca9",
      "name": "Extraire d'un PDF",
      "type": "n8n-nodes-base.extractFromFile",
      "position": [
        800,
        20
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "1cc7eae0-ccab-4c8a-a469-b27a7057d22a",
      "name": "Créer un agent email",
      "type": "@n8n/n8n-nodes-langchain.openAi",
      "position": [
        1020,
        420
      ],
      "parameters": {},
      "typeVersion": 1.8
    },
    {
      "id": "42588358-40ba-46f7-bb97-38c67c676901",
      "name": "Mettre à jour la base de données - tableur",
      "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
          }
        ]
      ]
    }
  }
}
Foire aux questions

Comment utiliser ce workflow ?

Copiez le code de configuration JSON ci-dessus, créez un nouveau workflow dans votre instance n8n et sélectionnez "Importer depuis le JSON", collez la configuration et modifiez les paramètres d'authentification selon vos besoins.

Dans quelles scénarios ce workflow est-il adapté ?

Intermédiaire - Finance, Intelligence Artificielle

Est-ce payant ?

Ce workflow est entièrement gratuit et peut être utilisé directement. Veuillez noter que les services tiers utilisés dans le workflow (comme l'API OpenAI) peuvent nécessiter un paiement de votre part.

Informations sur le workflow
Niveau de difficulté
Intermédiaire
Nombre de nœuds11
Catégorie2
Types de nœuds11
Description de la difficulté

Adapté aux utilisateurs expérimentés, avec des workflows de complexité moyenne contenant 6-15 nœuds

Auteur
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.

Liens externes
Voir sur n8n.io

Partager ce workflow

Catégories

Catégories: 34