Update config file

This commit is contained in:
AuroraWright
2025-10-09 20:05:01 +02:00
parent fb43d5fa8f
commit bdfe2d4d46

View File

@@ -1,6 +1,8 @@
[general]
;engines = avision,alivetext,bing,glens,glensweb,gvision,azure,mangaocr,winrtocr,oneocr,easyocr,rapidocr,ocrspace
;engine = glens
;note: engine to use for two-pass processing.
;engine_secondary =
;read_from = clipboard
;read_from_secondary =
;write_to = clipboard
@@ -27,8 +29,11 @@
;screen_capture_area = OBS
;note: if screen_capture_area is a window name, this can be changed to capture inactive windows too.
;screen_capture_only_active_windows = True
;screen_capture_delay_secs = 3
;note: this specifies a combo to wait on for taking a screenshot instead of using the delay. As an example: <ctrl>+<shift>+s. The list of keys can be found here: https://pynput.readthedocs.io/en/latest/keyboard.html#pynput.keyboard.Key
;note: delay (in seconds) between screenshots when reading with screen capture. -1 to disable periodic screenshots.
;screen_capture_delay_secs = 0
;note: when reading with screen capture, delay to wait until text is stable before processing it. -1 waits for two OCR results to be the same. 0 to disable.
;screen_capture_frame_stabilization = -1
;note: this specifies a combo to wait on for taking a screenshot. If periodic screenshots are also enabled, any screenshot taken this way bypasses the filtering. Example value: <ctrl>+<shift>+s. The list of keys can be found here: https://pynput.readthedocs.io/en/latest/keyboard.html#pynput.keyboard.Key
;screen_capture_combo = <ctrl>+<shift>+s
;screen_capture_old_macos_api = False
;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)