改用PaddleOCR, 跟随主线更新

This commit is contained in:
Jason
2025-04-24 15:44:32 +08:00
parent 29873c33ea
commit 3770ccdcfd
225 changed files with 93 additions and 59487 deletions

3
gui.py
View File

@@ -21,9 +21,6 @@ from backend.tools.common_tools import is_image_file
class SubtitleRemoverGUI:
def __init__(self):
# 初次运行检查运行环境是否正常
from paddle import utils
utils.run_check()
self.font = 'Arial 10'
self.theme = 'LightBrown12'
sg.theme(self.theme)