How to Install OCR Tesseract - slyautomation/osrs_yolov5 GitHub Wiki
Windows
Go and donwload latest version of OCR-teseract from the link below: tesseract-ocr-w32-setup-v5.0.1.20220118.exe (32 bit) and
tesseract-ocr-w64-setup-v5.0.1.20220118.exe (64 bit) resp.
The main github for the latest versions are here: https://github.com/UB-Mannheim/tesseract/wiki
Open and Run all the installation steps (click next on prompts).
MacOS/Linux
Using Homebrew
in the terminal command type:
brew install tesseract
Ubuntu
type in command terminal:
sudo apt-get install tesseract-ocr