We have PDF documents that have hundreds of pages.
When we use Azure Cognitive Search to index and display the search highlights, it would be extremely useful to know what page the search highlight came from so that the user can view the original document and examine the context of the search keyword within the document very easily. Not asking to extract the page number from the bottom of each page in the document itself, just to identify the "physical" page breaks within the document and display it with each search highlight.
Is there any way to do this with the current Cognitive Search features?
Thanks!