We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48cd2b5 commit a86fc5bCopy full SHA for a86fc5b
Configs/.local/lib/hyde/screenshot.sh
@@ -52,7 +52,7 @@ save_file=$(date +'%y%m%d_%Hh%Mm%Ss_screenshot.png')
52
annotation_tool=${SCREENSHOT_ANNOTATION_TOOL}
53
annotation_args=("-o" "${save_dir}/${save_file}" "-f" "${temp_screenshot}")
54
tesseract_default_language=("eng")
55
-tesseract_languages="${SCREENSHOT_OCR_TESSERACT_LANGUAGES:-$tesseract_default_language}"
+tesseract_languages=("${SCREENSHOT_OCR_TESSERACT_LANGUAGES[@]:-${tesseract_default_language[@]}}")
56
tesseract_languages+=("osd")
57
58
if [[ -z "$annotation_tool" ]]; then
0 commit comments