Usage of a clipboard (for example Win + Shift + S in Windows OS for snipping tool) to convert text from the screenshot to the symbolic text back to the clipboard overriding the screenshot.
To use the OCR functionality in this application, you need to have Tesseract OCR installed on your system.
Below are the instructions to install Tesseract on both Windows and macOS platforms.
Download Tesseract Installer:
.exe).Run the Installer:
Verify Installation:
After installation, open Command Prompt and type the following to check if Tesseract is installed correctly:
tesseract --version
If Tesseract is installed correctly, you will see the version number displayed.
Open Terminal and run the following command to install Homebrew:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
Install Tesseract Using Homebrew:
Once Homebrew is installed, run the following command in the Terminal:
brew install tesseract
Verify Installation:
After the installation completes, verify the installation by typing the following command in Terminal:
tesseract --version
If installed correctly, you should see the Tesseract version information.
Optional: Install Additional Languages:
If you need language support for OCR, you can install additional language packs using the following command:
brew install tesseract-lang
Path to Tesseract:
By default, Tesseract is installed in /usr/local/bin/tesseract. You can verify the path by typing:
which tesseract
Tesseract PATHs for this applications are set to default and are NOT detected by default.
Go to Releases, choose the latest release and choose the corresponding file for your OS.