diff --git a/projects/scripts/ocr.sh b/projects/scripts/ocr.sh index 758816e..2ae9426 100755 --- a/projects/scripts/ocr.sh +++ b/projects/scripts/ocr.sh @@ -5,5 +5,5 @@ if ! pgrep -af owocr; then notify-send "ocr.sh" "Starting owocr daemon..." owocr -e meikiocr -r clipboard -w clipboard -l ja -n &>/dev/null & fi -slurp | grim -g - | wl-copy +slurp | grim -g - - | wl-copy notify-send "ocr.sh" "Text: $DISPLAY_RES"