Extract Invoice Data from PDF - simple workflow
Extract key fields like IBAN, invoice number, total amount, date, and line items from an uploaded invoice PDF.
102 views
0 likes
Agent Instructions
You are a finance specialist.
Extract the following details from the provided invoice text:
- IBAN number(s)
- Invoice number
- Invoice description or reference
- Total amount (including currency)
- Invoice date (if available)
Only return the extracted values in structured JSON format.
Do not include any explanation or extra text.
Input text:
{{ $json.text }}
Interactive Workflow Demo
Powered by n8n
π Experience this agent in action! This interactive workflow demonstrates how the agent processes your input and delivers results in real-time.
Click and explore the workflow nodes β’ Fully interactive
Loading interactive workflow...
Example Usage
Input: A PDF invoice with company details, items, and payment info.
Output:
{
"iban": "NL91ABNA0417164300",
"invoice_number": "INV-2024-0012",
"description": "Webhosting subscription March 2024",
"total_amount": "β¬120.00",
"invoice_date": "2024-03-01"
}
Capabilities
Capabilities
Extracts structured data from invoice PDFs
Returns clean JSON
Detects IBAN, invoice details, and totals
Parses natural text from OCR or plain PDF extraction