Created
March 19, 2022 21:00
-
-
Save chasgames/406406aa64e1310ccc8b85e174232248 to your computer and use it in GitHub Desktop.
Tesseract on Windows (Python and PIP)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://github.com/UB-Mannheim/tesseract/wiki | |
System Environment -> Edit "Path" -> New -> Tesseract Directory | |
python -m ensurepip --upgrade | |
pip install opencv-python | |
pip install pytesseract | |
pip install tesseract |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment