AI tool to take pdf as input

I want to create an AI tool which is able to take pdf as input, extract the contents of that pdf and generate suitable output on a given topic.

Are there any libraries or tools I can use. Can anyone help me out with this?

1 Like

I recommend Langchain if you’re just looking for a general library.

Thank you for the response. I will try that out