Digitize Document returns only 1/2 the document text

I’m testing the limits of the Digitize Document activity in Studio. I’m using the Tesseract OCR Engine, and I’m trying to digitize this document, which has 11 pages:
UiPath Certified - Solution Architect v1.0 Exam Description_v1.0.pdf (336.6 KB)
Right now, I have ApplyOcrOnPdf set to True and DegreeOfParallelism = -1.

When I run the workflow, I only get 5.5 pages of the 11 returned to me in the DocumentText. Is this a limitation of the activity, my computer, or both?

@Joe_Matuch

These are the only limits

Cheers

@Joe_Matuch , basically you need to split your document to be 5 pages or less and process them in a loop.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.