How to extract text from multiple PDFs submitted via a form?

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?

Get idea from this post

Here is the working workflow

1 Like

Thank you! This worked like a charm!

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.