n8n-nodes-pdf-tax-extract-tool
v0.1.0
Published
Extract tax form fields from PDFs in n8n (Form 1120 line 1c, Form 1065 line 8, Schedule C line 1) using embedded text positions.
Downloads
154
Maintainers
Readme
n8n-nodes-pdf-tax-extract-tool
Extract tax form fields from PDFs in n8n using embedded text positions (pdfjs-dist). No OCR, no Python, no external API.
Operations
| Operation | Output field | Blank field on form |
|-----------|--------------|---------------------|
| Form 1120 Line 1c | line1c | 0 |
| Form 1065 Line 8 (Total income) | form1065Line8 | 0 |
| Schedule C Line 1 (Gross receipts or sales) | scheduleCLine1 | 0 |
On failure (page not found, bad PDF, parse error): value field is null and error has a message.
Password-protected PDFs are rejected.
Install in n8n
Settings → Community nodes → install n8n-nodes-pdf-tax-extract-tool
Development
cd n8n-nodes-pdf-tax-extract
npm install
npm run build
npm run devPublish to npm
npm login
npm run build && npm run lint
npm run publish:npmLicense
MIT
