You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running under linux I get
AttributeError: type object 'tesserocr.OEM' has no attribute 'LSTM_ONLY'
It works fine when running it under windows. Is this because linux has an older version when pip installing it? Is there a way to get tesseract 4 on Linux with pip install?
The text was updated successfully, but these errors were encountered:
pip is used to install python packages only. Tesseract 4 needs to be installed by the standard by Linux distro tool for managing packages or from the source. And tesseract 4 (including the development part) has to be installed before you install tesserocr.
@zdenop How will tesserocr know where Tesseract is installed? I am working in windows. Is there any way to specify the path of the tesseract executable like there is in pytesseract?
When running under linux I get
AttributeError: type object 'tesserocr.OEM' has no attribute 'LSTM_ONLY'
It works fine when running it under windows. Is this because linux has an older version when pip installing it? Is there a way to get tesseract 4 on Linux with pip install?
The text was updated successfully, but these errors were encountered: