I currently have a Workflow running nightly to Search Repository for any entries with LF pages and without OCR text, and Schedule OCR through the Distributed Computing Cluster. It is running as intended, however we have quite a lot of documents with LF pages that have no text, and therefore will never have OCR'ed pages. Photos, for instance. Is there a way to adjust the search syntax to exclude these files so that they aren't re-run each night?
({LF:Name="*", Type="DB"} - {LF:Ext="*"}) & ({LF:AssociatedPages="Y"} & {LF:OCR=none})