i don't even know anymore lmao

This commit is contained in:
Schrottkatze 2023-05-12 16:24:22 +02:00
parent 8f4207ff75
commit 05523a806a
4 changed files with 8 additions and 4 deletions

5
other/scripts/desktop/ocr-screenshot.sh Normal file → Executable file
View file

@ -20,7 +20,8 @@ case $selection_menu1 in
;;
esac
tesseract $tmp_img.png $tmp_img &> /dev/null
xclip -i $tmp_img.txt -selection clipboard
tesseract $tmp_img.png $tmp_img
cat $tmp_img
xclip -i $tmp_img -selection clipboard
exit