invoice-data-extraction-with-llamaparse-and-openai
This n8n workflow automates the process of parsing and extracting data from PDF invoices. With this workflow, accounts and finance people can realise huge time and cost savings in their busy schedules. Read the Blog: https://blog.n8n.io/how-to-extract-data-from-pdf-to-excel-spreadsheet-advance-parsing-with-n8n-io-and-llamaparse/ How it works This workflow will watch an email inbox for incoming invoices from suppliers It will download the attached PDFs and processing them through a third party service called LlamaParse. LlamaParse is specifically designed to handle and convert complex PDF data structures such as tables to markdown. Markdown is easily to process for LLM models and so the data extraction by our AI agent is more accurate and reliable. The workflow exports the extracted data from the AI agent to Google Sheets once the job complete. Requirements The criteria of the email trigger must be configured to capture emails with attachments. The gmail label "invoice synced" must be...
Workflow file: invoice-data-extraction-with-llamaparse-and-openai.json
29.9 KB
Step 1: Download the Workflow
Click the "Download Workflow" button above to save the workflow JSON file to your computer.
Step 2: Import to n8n
In your n8n instance, go to the workflows page and click "Import from File". Select the downloaded JSON file to import this workflow.
Step 3: Configure Credentials
Set up any required credentials and API connections for the nodes used in this workflow. Check each node's configuration to ensure proper setup.
Step 4: Test and Activate
Test the workflow with sample data to ensure it works correctly, then activate it to start automation.
Author
Category
Document Processing
Created
about 2 months ago