New version, fix config file issues, fix Windows crashes in edge cases
This commit is contained in:
@@ -27,17 +27,17 @@
|
||||
;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
|
||||
;screen_capture_combo = <ctrl>+<shift>+s
|
||||
[winrtocr]
|
||||
;[winrtocr]
|
||||
;url = http://aaa.xxx.yyy.zzz:8000
|
||||
[oneocr]
|
||||
;[oneocr]
|
||||
;url = http://aaa.xxx.yyy.zzz:8001
|
||||
[azure]
|
||||
;[azure]
|
||||
;api_key = api_key_here
|
||||
;endpoint = https://YOURPROJECT.cognitiveservices.azure.com/
|
||||
[mangaocr]
|
||||
;[mangaocr]
|
||||
;pretrained_model_name_or_path = kha-white/manga-ocr-base
|
||||
;force_cpu = False
|
||||
[easyocr]
|
||||
;[easyocr]
|
||||
;gpu = True
|
||||
[ocrspace]
|
||||
;[ocrspace]
|
||||
;api_key = api_key_here
|
||||
Reference in New Issue
Block a user