I’m trying to upload multiple PDF files via an n8n form and then extract text from all of them. The combined text would then be submitted to another node.
However, I don’t seem to be able to do that.
When I use the scheme where I split out the inputs before sending them to File PDF convertor node, I actually get 3 arrays or 3 uploaded files each. Whereas I just need to reiterate through these files and have the final text combined from all of them.
Any idea how to do that?