Is it possible to have a Workflow that will run on a schedule to OCR any docs in the repository that are not currently OCRed? (using the newest version of LF WF)
If so would there be some examples or documentation on this configuration?
Thanks
Is it possible to have a Workflow that will run on a schedule to OCR any docs in the repository that are not currently OCRed? (using the newest version of LF WF)
If so would there be some examples or documentation on this configuration?
Thanks
Sure, so what you'd do is have a workflow that is scheduled to (I'd suggest) run during non working hours and have it search repository using advanced search syntax. The main customized search you would want to use for this is Pages and check the box contain text on no/some pages then add any additional search criteria you may need such as folder location or maybe a specific doc type etc. etc.
Correction: Note that Distributed Computer Cluster must be installed on a server and have workflow configured to connect to the DCC.
One quick clarification here: You must have a Distributed Computing Cluster installed somewhere, and have your Workflow server configured to connect to that cluster. DCC does not need to be installed on the Workflow server itself. DCC is only compatible with Workflow 9.1 or later.
Thanks for the quick responses.
I will try this out.