mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-06-17 01:37:03 -04: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
|
set -euo pipefail
|
||||||
TEMP=$(mktemp)
|
TEMP=$(mktemp)
|
||||||
flameshot gui -s -r > $TEMP
|
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;[
|
wsl = with pkgs;[
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue