This bash script uses ImageMagick, tesseract-ocr and xsel to take a screenshot of an area, extract the text from it and copy the extracted text to the clipboard. It is useful for quickly copying text from images or documents into the clipboard for further processing.
- imagemagick
- tesseract-ocr
- xsel
Run the script and select the area of the screen to capture. The extracted text will be automatically copied to the clipboard.
This script is licensed under the GPLv3.