OCR from clipboard to clipboard (process image from clipboard and copy the text to clipboard again) using opencv, tesseract-ocr
Convert a screenshot to text directly from clipboard (tested on Windows)
The program continuously listens to keyboard hotkey event, when pressed it copies the image from clipboard and processes using OpenCV and applies tesseract OCR and copies the text result to clipboard again. The default hotkey is ctrl + shift + g.
pillowkeyboardpytesseractopencv-pythonnumpypandaspyperclip
git clone https://github.com/rokibulislaam/clipboard_ocr.git
cd into clipboard-ocr
cd clipboard-ocr
pipenv (if you do not have it installed)
pip install pipenv
pipenv install
pipenv shell
pipenv shell
python main.py
