mirror of
https://github.com/sadan4/dotfiles.git
synced 2024-11-16 23:04:39 -05:00
165 current 2024-06-05 10:44:45 24.11.20240529.ad57eef 6.9.2-zen1 *
This commit is contained in:
parent
8bbdb16908
commit
2da3cb5e1f
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@ in
|
|||
set -euo pipefail
|
||||
TEMP=$(mktemp)
|
||||
flameshot gui -s -r > $TEMP
|
||||
(tesseract $TEMP /dev/null --oem 1 -l eng | copy )|| copy "OCR RETUNRED NON-ZERO"
|
||||
(tesseract $TEMP --oem 1 -l eng | copy )|| copy "OCR RETUNRED NON-ZERO"
|
||||
'')
|
||||
];
|
||||
wsl = with pkgs;[
|
||||
|
|
Loading…
Reference in a new issue