Skip to content

[Enhancement]: enable parallel calls to the tesseract CLI

Created by: a-pagano

Specifying the OMP_THREAD_LIMIT=1 parameter is the only way to make the calls to tesseract play nice with multiprocessing.

For more info see: https://github.com/tesseract-ocr/tesseract/issues/898

Merge request reports