diff --git a/screen_to_text.sh b/screen_to_text.sh index 0851389..697220b 100644 --- a/screen_to_text.sh +++ b/screen_to_text.sh @@ -14,3 +14,4 @@ TESS_LANG='fra+eng+osd' file='/tmp/img_'`head --bytes=20 /dev/urandom | md5sum | head --bytes=20`'.png' /sbin/spectacle --region --background --nonotify --output "$file" /sbin/tesseract "$file" - -l "$TESS_LANG" | /sbin/xclip -in -selection clipboard +rm "$file"