Azure Cognitive Search
An Azure search service with built-in artificial intelligence capabilities that enrich information to help identify and explore relevant content at scale.
256 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
So I need to run semantic search query over the content(pdfs) in azure blob and I need them to be chunked into single pages...is there any way to automate this?
Hello @Sachitha C !
Welcome to Microsoft QnA!
I see you want to split PDF Documents into single pages for your Semantic search
As i can think of you can do that with additional 3rd party tools-libraries like
iText, PyPDF2, PDFBox, and PDFLib.
There is no native way in Storage Blobs to do that !
I hope this helps!
Kindly mark the answer as Accepted and Upvote in case it helped!
Regards