I want to develop a Brochure Chatbot.
The brochure will be in PDF format but contain all the text in image format. We applied OCR for the text extraction.
The brochure has some text, like a product name and their details below, but didn’t provide any context between the heading and their details for context identification. So the chatbot is not able to give a response to this type of data.
I developed a chatbot using LangChain and OpenAI API.
Is anyone able to help? How I can solve this type of the problem.