This version is for macOS users!
ℹ️ | Our Website |
---|
ℹ️ | User Guide |
---|
ℹ️ | Devpost Link |
---|
Releases of DeskTranslate can be found here.
-
To get started, download DeskTranslate at our main repo by clicking Code -> Download ZIP.
-
Ensure Python is installed on your computer.
-
Using terminal, go to the directory where the repo is downloaded to.
-
Download the libraries required:
pip install -r requirements.txt
-
Install Tesseract:
brew install tesseract
andbrew install tesseract-lang
Note: The script searches for version
5.*.*
of tesseract If required, change the version number inhelpers/screen_reader.py
#helpers/screen_reader.py
pytesseract.pytesseract.tesseract_cmd = glob.glob(r'/opt/homebrew/Cellar/tesseract/5.3.2/bin/tesseract')[0]
- Next, enter the following command to start the program:
python main.py