Skip to content

Instantly share code, notes, and snippets.

@chasgames
Created March 19, 2022 21:00
Show Gist options
  • Save chasgames/406406aa64e1310ccc8b85e174232248 to your computer and use it in GitHub Desktop.
Save chasgames/406406aa64e1310ccc8b85e174232248 to your computer and use it in GitHub Desktop.
Tesseract on Windows (Python and PIP)
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