Skip to content

Asvin1/MomentOCR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MomentOCR

Perform live OCR on the text/images on your screen. Currently tested on Linux/Windows

Framework

  • Utilizes tesseract as OCR engine with pytesseract
  • Overlay GUI made using tkinter
  • Screen is captured using pyscreenshot
  • Results are pasted into clipboard using pyperclip

Usage

  • Install required modules using:
pip install -r requirements.txt
  • Make sure tesseract is installed on your system. Refer to the tesseract wiki for installation instructions.

Important

If you are using windows make sure to change the path of tesseract executable in the code

pytesseract.pytesseract.tesseract_cmd =r'<PATH>'

Tip

Compile the code using pyinstaller for a portable version

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages