I have 40 pages individually.
I want to check whether a specific keyword is found or not
How can I run it parallelely !!
HI,
I think it may be faster to process 40 pages at once than splitting it to several pages then process parallelly. Is it scanned image and necessary to use OCR? if so, InvokeWorkflowFile activity with isolate option may help you.
Regards,
It’s taking too long to read ocr text and getting failed…even if we iterate through page number it’s failing
May I know the use of isolate
How to use that ?
Do you use Local OCR or Cloud OCR?
If former, it may not be effective because CPU may already used fully.
Anyway, how about the following?
First, split the pdf file to multiple files using ExtractPdfRage activity.
Then put parallel activity and InvokeWorkFlowFile activity which call OCR logic each split pdf file with Isolate option.
Regards,
You can use parallel activity for doing this particular process
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.
