Page 1 of 1

Multi-threading in GdPicturePDF.OcrPages method

Posted: Thu Jun 18, 2020 4:12 pm
by igor
Hello,

Could you, please, provide us some details how OCR engine automatically maximizes performance when we pass ThreadCount equal "0" to the GdPicturePDF.OcrPages method? Does it mean that OCR engine tries to process different pages of the document on separate threads?

Re: Multi-threading in GdPicturePDF.OcrPages method

Posted: Thu Jun 18, 2020 6:14 pm
by Loïc
Hi,

The engine will try to allocate a number of threads that will be based on the number of available cores, estimation of required memory to run the task and memory amount that can be allocated.

Kind regards,

Loïc