n8n-nodes-parse-pdf
v1.0.1
Published
Extract text, tables, and structured data from PDF files using PDF API Hub
Downloads
55
Maintainers
Readme
n8n-nodes-parse-pdf
Extract text, tables, and structured layout data from any PDF file.
This is an n8n community node powered by PDF API Hub.
🚀 Install
- Go to Settings → Community Nodes in n8n
- Enter
n8n-nodes-parse-pdf - Click Install
🔑 Setup
Sign up at pdfapihub.com → copy your API key → add to n8n credentials.
✨ Features
| Parameter | Description |
|-----------|-------------|
| Input Type | URL or Binary file |
| Parse Mode | Text (plain text), Layout (position-aware), Tables (structured rows/columns), Full (everything) |
| Pages | all or specific ranges like 1-3 |
💡 Use Cases
- Invoice processing — extract line items and totals from PDF invoices
- Data entry automation — pull structured data from forms
- Search indexing — extract text for full-text search
- Report analysis — parse tables from financial reports into spreadsheets
