Skip to content
/ QuickOCR Public

A simple OCR tool implemented in Python using tesseract

License

Notifications You must be signed in to change notification settings

ren0x/QuickOCR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QuickOCR Logo

QuickOCR Logo

QuickOCR

A simple OCR tool implemented in Python using tesseract that allows you to copy text from a selected area of the screen to the clipboard.

Prerequisites

pip3 install pyperclip pynput pytesseract tk pynput

Installation

I suggest to store the project files in ~/bin/quick-ocr/. Make sure that the main.py file is executable (chmod +x main.py). Then you can assign a shortcut in the settings as follows: ~/bin/quick-ocr/main.py (with a custom shortcut like Win + Shift + T).

MacOS

You need to give the script permission to access the screen. You can do this by going to System Preferences > Security & Privacy > Privacy > Accessibility and adding the script to the list.

Note

It may be necessary to install tkinter on your system. For example, on Ubuntu you can do this with sudo apt install tk. The default language is English. If you want to use another language, you can change it in the main.py file (LANG='<your_language>').

The logo was created with DALL-E by OpenAI

About

A simple OCR tool implemented in Python using tesseract

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages