Skip to content

Instantly share code, notes, and snippets.

@turbolent
Created September 25, 2009 17:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save turbolent/193688 to your computer and use it in GitHub Desktop.
Save turbolent/193688 to your computer and use it in GitHub Desktop.
#!/bin/bash
scrot -s -e 'convert $f `basename $f .png`.tif ; \
tesseract `basename $f .png`.tif `basename $f .png` ; \
xclip -i `basename $f .png`.txt ; \
rm `basename $f .png`*'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment