Commit 29069be4 authored by dmMaze's avatar dmMaze
Browse files

set mit48px as default ocr, close #326

parent 0aba18d2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@ from .io_utils import json_dump_nested_obj
@nested_dataclass
class ModuleConfig(Config):
    textdetector: str = 'ctd'
    ocr: str = "mit48px_ctc"
    ocr: str = "mit48px"
    inpainter: str = 'lama_large_512px'
    translator: str = "google"
    enable_detect: bool = True