We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
algorithm
python-bidi==0.5.0 removed the algorithm module so easyocr.py:9
python-bidi==0.5.0
easyocr.py:9
from bidi.algorithm import get_display
fails with
ModuleNotFoundError: No module named 'bidi.algorithm'
The text was updated successfully, but these errors were encountered:
There is an open PR to address this
Sorry, something went wrong.
Please install this version of python-bidi:
!pip install python-bidi==0.4.2
The PR has been merge 👍 We can close this issue now
Pin python-bidi==0.4.2 to circumvent easyocr error
8c52cb5
See JaidedAI/EasyOCR#1285
a596ba3
No branches or pull requests
python-bidi==0.5.0
removed thealgorithm
module soeasyocr.py:9
fails with
The text was updated successfully, but these errors were encountered: