Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parallelize Tesseract #14

Open
truelai opened this issue May 29, 2019 · 1 comment · May be fixed by #62
Open

Parallelize Tesseract #14

truelai opened this issue May 29, 2019 · 1 comment · May be fixed by #62

Comments

@truelai
Copy link

truelai commented May 29, 2019

The single-threaded Tesseract causes quite the bottleneck. Can we have an admin setting that allows users to pick the number of parallel processes when running FTS with OCR enabled?

@XueSheng-GIT
Copy link

I've added a pull (#62) to add a thread limit setting for tesseract. Feel free to test and report back.

In my specific case I needed this setting because tesseract was blocking itself while using all available threads (see #61).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants