Skip to content

A seamless optical character recognition real-time translator application right on your desktop

Notifications You must be signed in to change notification settings

DeskTranslate/DeskTranslate-Mac

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to DeskTranslate-Mac!

Description

This version is for macOS users!

Links

ℹ️ Our Website
ℹ️ User Guide
ℹ️ Devpost Link

Quick Start

Using our installer

Releases of DeskTranslate can be found here.

Downloading from our repo [for developers]

  1. To get started, download DeskTranslate at our main repo by clicking Code -> Download ZIP.

  2. Ensure Python is installed on your computer.

  3. Using terminal, go to the directory where the repo is downloaded to.

  4. Download the libraries required:
    pip install -r requirements.txt

  5. Install Tesseract: brew install tesseract and brew install tesseract-lang

Note: The script searches for version 5.*.* of tesseract If required, change the version number in helpers/screen_reader.py

#helpers/screen_reader.py
pytesseract.pytesseract.tesseract_cmd = glob.glob(r'/opt/homebrew/Cellar/tesseract/5.3.2/bin/tesseract')[0]
  1. Next, enter the following command to start the program: python main.py

About

A seamless optical character recognition real-time translator application right on your desktop

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages