For Tesseract 5 what are the best practices regarding OPENMP.
Is it still true:
- OPENMP is needed for training so build tesseract and training tools with
--enable-openmp.
- For
lstmeval (built with --enable-openmp), use OMP_THREAD_LIMIT=1.
- For recognition with
tesseract (built with --enable-openmp), use OMP_THREAD_LIMIT=1.