Is there a way in the repository's search capabilities to find documents with no image pages? If a document has no image pages but is OCRed (for example, importing a PDF and checking the box for generating text but unchecking the one to generate pages), it shows a page count without actually having image pages. I don't see a way to specifically search for ones with no image pages, just pages in general.
I was able to do it in the SDK by using di.GetThumbnails(di.AllPages).Read() which returns true if it has image pages and false if it doesn't (where di is the DocumentInfo) but didn't see a way to determine outside the SDK using either search or repository columns.