How do you configure DCC to skip pages with text by default or how to schedule a DCC job from the workflow that skip already ocr pages?
Question
Question
How do you configure DCC to skip pages with text by default?
Replies
Hi Simon,
Not sure if or how the DCC can be configured to skip pages but you easily search your repository for files that have not been OCR'd.
I run the following search to find all of our annual review files in our HR directories that have not been OCR'd. It is then quite easy to take this search and make a workflow to schedule each file.
{LF:Name="ANNUAL REVIEW", Type="DB"} & ({LF:AssociatedPages="Y"} & {LF:OCR=none}) & {LF:LOOKIN="LFICHE\Human Resources\Personnel Files"}
Details on the AssociatedPages and OCR parameters that are key to this search are in the advanced search syntax document, https://answers.laserfiche.com/files/downloader/40582?save=False
hope that helped
The differences in the runtime may be due to the parameters used when scheduling the job, and the actual documents in the batch. For example, when the "skip pages with text" option is enabled, the runtime will be proportional to the number of documents that don't have text.
http://answers.laserfiche.com/questions/95696/What-is-a-DCC-task#96058
Jeffrey-Lym from Laserfiche is mentionning that option in one of his post.