Commit c54767cc authored by dmMaze's avatar dmMaze
Browse files

set mit48px_ctc as default ocr

parent e15a1333
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -152,7 +152,7 @@ class ProjHardSubExtract:
class DLModuleConfig:
    def __init__(self, 
                 textdetector: str = 'ctd',
                 ocr = "mit32px",
                 ocr = "mit48px_ctc",
                 inpainter: str = 'lama_mpe',
                 translator = "google",
                 enable_ocr = True,