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

Tesseract OCR is excessively long on quad-core CPU #3

Closed
davidbernard04 opened this issue Feb 1, 2022 · 1 comment · Fixed by #4
Closed

Tesseract OCR is excessively long on quad-core CPU #3

davidbernard04 opened this issue Feb 1, 2022 · 1 comment · Fixed by #4
Labels
enhancement New feature or request

Comments

@davidbernard04
Copy link
Owner

Seems like a known issue with Tesseract 4.x and Tesseract 5.x, as per tesseract-ocr/tesseract#263 (comment)

The proposed fix is to disable multi-processor in Tesseract.

@davidbernard04
Copy link
Owner Author

Using only 1 thread greatly reduced OCR delay!

On a AMD FX-4100 (quad-core 3600Mhz):

  • Before: 25 sec
  • Now: 1 sec

@davidbernard04 davidbernard04 added bug Something isn't working enhancement New feature or request and removed bug Something isn't working labels Feb 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant