diff --git a/docs/en/useapis/ocrapi.md b/docs/en/useapis/ocrapi.md index cbfcdcca..5ddb227d 100644 --- a/docs/en/useapis/ocrapi.md +++ b/docs/en/useapis/ocrapi.md @@ -196,7 +196,7 @@ Requires installation of WeChat or the latest version of QQ #### **WindowsOCR** -## How to Install Additional Language Support for WindowsOCR? +##
How to Install Additional Language Support for WindowsOCR?
> WindowsOCR only supports Windows 10 and Windows 11 operating systems. diff --git a/docs/ja/useapis/ocrapi.md b/docs/ja/useapis/ocrapi.md index 0bf1d0ba..ef323fc4 100644 --- a/docs/ja/useapis/ocrapi.md +++ b/docs/ja/useapis/ocrapi.md @@ -197,7 +197,7 @@ WeChatまたは最新バージョンのQQのインストールが必要です #### **WindowsOCR** -## WindowsOCRの追加言語サポートをインストールする方法 +##
WindowsOCRの追加言語サポートをインストールする方法
> WindowsOCRはWindows 10およびWindows 11オペレーティングシステムのみをサポートしています。 diff --git a/docs/zh/useapis/ocrapi.md b/docs/zh/useapis/ocrapi.md index d5b69d0f..2df7a95b 100644 --- a/docs/zh/useapis/ocrapi.md +++ b/docs/zh/useapis/ocrapi.md @@ -232,7 +232,7 @@ GPU整合包 https://lunatranslator.org/Resource/IntegrationPack/manga_ocr/gpu #### **WindowsOCR** -## WindowsOCR如何安装额外的语言支持? +##
WindowsOCR如何安装额外的语言支持?
> WindowsOCR仅支持win10-win11操作系统 diff --git a/py/LunaTranslator/ocrengines/windowsocr.py b/py/LunaTranslator/ocrengines/windowsocr.py index 16ed28f2..3661199f 100644 --- a/py/LunaTranslator/ocrengines/windowsocr.py +++ b/py/LunaTranslator/ocrengines/windowsocr.py @@ -41,7 +41,7 @@ def question(): btndownload = LPushButton("添加语言包") btndownload.clicked.connect( lambda: gobject.baseobject.openlink( - dynamiclink("{docs_server}/#/zh/windowsocr") + dynamiclink("{docs_server}/#/zh/useapis/ocrapi?id=windowsocr") ) ) formLayout.addWidget(LLabel("当前支持的语言"))