Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 531 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 531 Bytes

Extract Text

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.

Requirements

  • imagemagick
  • tesseract-ocr
  • xsel

Usage

Run the script and select the area of the screen to capture. The extracted text will be automatically copied to the clipboard.

License

This script is licensed under the GPLv3.