From 31bbe4b940c8f852c10086cb98fe874f204281e9 Mon Sep 17 00:00:00 2001 From: AuroraWright Date: Thu, 10 Apr 2025 01:37:43 +0200 Subject: [PATCH] Nitpick --- owocr_config.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/owocr_config.ini b/owocr_config.ini index 08ce811..93e6900 100644 --- a/owocr_config.ini +++ b/owocr_config.ini @@ -17,7 +17,7 @@ ;combo_pause = ++p ;note: this specifies a combo to wait on for switching the OCR engine. As an example: ++a. To be used with combo_pause. The list of keys can be found here: https://pynput.readthedocs.io/en/latest/keyboard.html#pynput.keyboard.Key ;combo_engine_switch = ++a -;note: screen_capture_area can be empty for the coordinate picker, "screen_N" (where N is the screen number starting from 1) for an entire screen, have a manual set of coordinates (x,y,width,height) or a window name (the first matching window title will be used) +;note: screen_capture_area can be empty for the coordinate picker, "screen_N" (where N is the screen number starting from 1) for an entire screen, have a manual set of coordinates (x,y,width,height) or a window name (the first matching window title will be used). ;screen_capture_area = ;screen_capture_area = screen_1 ;screen_capture_area = 400,200,1500,600