AI to Extarct Information from Mutiple PDF

I’m Kinda of new to this, I’m extracting PDF from my drive, after extracting I have 14 pdf and I’m using for loop to get me each pdf(name:data), Now I send those pdf to extract and it’s extract text from 14 pdf, Now When I send it to AI to read the text and return me specific thing . It just returns nothing or shows please provide the document

The promt to AI is correct and this is what my node looks like

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

Hey Robin. You won’t be able to get any help unless you provide more info. The absolute best would be if you click “download” in the three dot menu at the top right and then paste the contents of the JSON file here. That will let everyone see all the steps in your flow and your parameters (without sharing any API keys as long as you have them set as credentials). If you have any naked API keys in your flow, remove them temporarily before downloading and sharing.

1 Like

Thank you Richard for the response, Sorry I’m still getting used to it. So After downloading I see JSON object with buch of apiKey inside it , Should I just manually remove it from the JSON and share, would that work?

Yep that’ll work! Replace the keys with “somevalue” or whatever you want

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