- This program enables the user to select an area on the screen
- The text is then extracted from the screenshot to the clipboard (it is copied).
- The user can then easily paste that information wherever it is required.
The following software needs to be installed needs to be installed in order for this program to run.
tesseract-ocr
Additionally, the following python libraries are needed for the program to run
- tkinter
- PIL
- cv2
- pytesseract
- numpy
- pyperclip
- datetime
- os