Need to find a non ocr page in a pdf

Support Team,

We have to find the non ocr page in a pdf document with out looping each page one by one.

Examples :
Our application has a folder and it may contains 1000s of documents with different number of pages.
IF we iterate each documents and again each pages in document leads to a performance problem.
If there id a way to find the non ocr page in a document, then we would iterate that document alone and find the page number of the non ocr page which wouldn’t impact the performance too …

Thanks
Naveenkumar S S

@naveenkumar_navitas_net

Thank you for contacting support.

Would you please elaborate non-ocr page, if you are referring to pages that does not contain page size images but different contents including text or tables etc. Moreover, we are afraid pages of a PDF document may not be checked without iterating through each of them. If you are able to achieve the requirements with Adobe Acrobat then please share the details as Aspose.PDF API mimics the behavior of Adobe Acrobat.