This commit is contained in:
恍兮惚兮 2024-11-01 18:55:33 +08:00
parent 0ac5b92f3f
commit 29b6bb848b
2 changed files with 3 additions and 0 deletions

View File

@ -133,6 +133,7 @@ class OCR(baseocr):
def langmap(self):
return {
"auto": "auto_detect",
"zh": "CHN_ENG",
"en": "ENG",
"ja": "JAP",

View File

@ -7,6 +7,8 @@ import gobject
class TS(basetrans):
_compatible_flag_is_sakura_less_than_5_52_3 = False
def checkfilechanged(self, p1, p):
if self.paths == (p1, p):
return