I want to process a PDF using an LLM.
For example, creating a prompt saying that I am going to upload a PDF (binary or base64) and I want to extract all the information (graph, tables, etc.) and then process the information.
The PDF to Text component doesn’t help because I don’t want to remove just the text, I want an LLM to interpret graphics, tables, etc.
The knowledge base doesn’t help in this case because I want to do some processing on the file before putting it somewhere.
Share the output returned by the last node
The output can be a structured json or a simple text containing all the content “interpreted” by an LLM
Information on your n8n setup
- n8n version: 1.78.0
- Database (default: SQLite): SqlLite
- n8n EXECUTIONS_PROCESS setting (default: own, main): main
- Running n8n via (Docker, npm, n8n cloud, desktop app): docker
- Operating system: linux