From 0b90d75d335f27c4e90fb5f0c2d92020ef42eacb Mon Sep 17 00:00:00 2001 From: AuroraWright Date: Mon, 6 Oct 2025 02:23:46 +0200 Subject: [PATCH] Clarify config file --- owocr_config.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/owocr_config.ini b/owocr_config.ini index 14d15c8..41a4ed6 100644 --- a/owocr_config.ini +++ b/owocr_config.ini @@ -31,7 +31,7 @@ ;note: this specifies a combo to wait on for taking a screenshot instead of using the delay. As an example: ++s. The list of keys can be found here: https://pynput.readthedocs.io/en/latest/keyboard.html#pynput.keyboard.Key ;screen_capture_combo = ++s ;screen_capture_old_macos_api = False -;note: this specifies the language to use for text filtering while using "screencapture". Valid values: ja: (Japanese) zh: (Chinese) ko: (Korean) ar: (Arabic) ru: (Russian) el: (Greek) he: (Hebrew) th: (Thai) +;note: this specifies the language to use for some engines and text filtering while using "screencapture". Valid values: ja: (Japanese) zh: (Chinese) ko: (Korean) ar: (Arabic) ru: (Russian) el: (Greek) he: (Hebrew) th: (Thai) ;Any other value will use Latin Extended (for most European languages and English). ;language = ja ;note: can be "text" (default) or "json" (to include coordinates).