SnipText is an application that one can use to drag and pull a selected box to save an image, and then extract all the text from that image using Machine Learning. Install Dependencies (Use in Command Prompt)
- python3 -m pip install pyautogui
- pip install pytesseract
- Download pytesseract from the official github repo