Allow overriding of CLI arguments in the config

This commit is contained in:
AuroraWright
2024-01-26 00:27:25 +01:00
parent 4d4aaf882e
commit 5791387e46
5 changed files with 109 additions and 47 deletions

View File

@@ -1,10 +1,16 @@
[general]
;engines = avision,glens,gvision,azure,mangaocr,winrtocr,easyocr,paddleocr
;engine = glens
;read_from = clipboard
;write_to = clipboard
;pause_at_startup = False
;logger_format = <green>{time:HH:mm:ss.SSS}</green> | <level>{message}</level>
;engine_color = cyan
;websocket_port = 7331
;delay_secs = 0.5
;notifications = False
;ignore_flag = False
;delete_images = False
[winrtocr]
;url = http://aaa.xxx.yyy.zzz:8000
[azure]