i don't even know anymore lmao
This commit is contained in:
parent
8f4207ff75
commit
05523a806a
4 changed files with 8 additions and 4 deletions
5
other/scripts/desktop/ocr-screenshot.sh
Normal file → Executable file
5
other/scripts/desktop/ocr-screenshot.sh
Normal file → Executable 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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue