I’m trying to build a workflow that can accept PDF file uploads from a web form and then process the content of those PDFs. I’m relatively new to n8n and would appreciate some guidance on the best approach.
Specifically, I’m looking to:
- Set up a form that allows users to upload PDF files
- Create an n8n workflow that can receive these files
- Extract the text/data from the PDFs
- Process this data for further use (storage, analysis, etc.)
So far, I understand I’ll need to use a Webhook node as my trigger, but I’m unsure about:
- The correct configuration for the Webhook node to properly accept file uploads
- Which nodes to use for PDF parsing and extraction
- Best practices for handling the extracted data
- Any potential limitations or common issues I should be aware of
Has anyone implemented something similar who could share their approach or example workflows? Any tips on optimizing this process would be greatly appreciated!
Thanks in advance for your help!
n8n version: 1.81
self deployment n8n in vps
no using database