Make output/colors configurable

This commit is contained in:
AuroraWright
2023-12-23 06:30:44 +01:00
parent 35ae78a5f6
commit 83a820e0ca
3 changed files with 33 additions and 24 deletions

View File

@@ -1,10 +1,12 @@
[general]
; engines = avision,mangaocr
;engines = avision,gvision,azure,mangaocr,winrtocr,easyocr,paddleocr
;logger_format = <green>{time:HH:mm:ss.SSS}</green> | <level>{message}</level>
;engine_color = cyan
[winrtocr]
; url = http://aaa.xxx.yyy.zzz:8000
;url = http://aaa.xxx.yyy.zzz:8000
[azure]
; api_key = api_key_here
; endpoint = https://YOURPROJECT.cognitiveservices.azure.com/
;api_key = api_key_here
;endpoint = https://YOURPROJECT.cognitiveservices.azure.com/
[mangaocr]
pretrained_model_name_or_path = kha-white/manga-ocr-base
force_cpu = False