撤回了mathjax本地化

This commit is contained in:
xunbu
2025-05-26 12:39:45 +08:00
parent 0b40d96222
commit 76e56532e2
8 changed files with 95 additions and 92 deletions
-1
View File
@@ -188,7 +188,6 @@ translater = FileTranslater(base_url="<baseurl>", # 默认的模型baseurl
docling_artifact=None, # 使用提前下载好的docling模型
convert_engin="mineru", # 可选minerU或docling
mineru_token="<mineru-token>", # minerU的token,使用minerU时必填
tips=True # 开场提示
)
```