I need help to understand what Azure AI tools to use to pars and query PDF files
I need to upload PDF file 300 pages long (15MB) to pars its content and to retrieve plain text according to sections. What is best approach to do it?
I tried to use Azure Assistants - I upload the file and then prompting it but it fails to retrieve results for whole sections. I also tried to pars it with Document Inteligence and then use ChatCompletions to prompt the content of the file but get error regarding the context window despite I have 900000 TPM for this module:
"This model's maximum context length is 128000 tokens. However, your messages resulted in 212207 tokens. Please reduce the length of the messages.".
Do you have any suggestions for me?
Best Regards