mirror of
https://github.com/HIllya51/LunaTranslator.git
synced 2025-11-28 17:10:22 +08:00
113 lines
2.1 KiB
Markdown
113 lines
2.1 KiB
Markdown
# OCR 介面設定
|
||
|
||
## 線上 OCR {#anchor-online}
|
||
|
||
::: tabs
|
||
|
||
== 百度
|
||
|
||
#### 百度智能雲 OCR
|
||
|
||
https://ai.baidu.com/ai-doc/OCR/1k3h7y3db
|
||
|
||
#### 百度智能雲 圖片翻譯
|
||
|
||
https://ai.baidu.com/ai-doc/MT/dkifdqg54
|
||
|
||
#### 百度翻譯開放平台 圖片翻譯
|
||
|
||
https://fanyi-api.baidu.com/product/22
|
||
|
||
== 騰訊
|
||
|
||
#### OCR 通用印刷體識別
|
||
|
||
https://cloud.tencent.com/document/product/866/33526
|
||
|
||
#### 圖片翻譯
|
||
|
||
https://cloud.tencent.com/document/product/551/17232
|
||
|
||
== 有道詞典
|
||
|
||
https://www.patreon.com/posts/high-precision-133319068
|
||
|
||
== 有道
|
||
|
||
https://ai.youdao.com/doc.s#guide
|
||
|
||
== 火山
|
||
|
||
https://www.volcengine.com/docs/6790/116978
|
||
|
||
== 訊飛
|
||
|
||
https://www.xfyun.cn/doc/platform/quickguide.html
|
||
|
||
|
||
== Google Cloud Vision
|
||
|
||
https://cloud.google.com/vision/docs
|
||
|
||
== OCRSpace
|
||
|
||
https://ocr.space/
|
||
|
||
== 大模型通用介面
|
||
|
||
和[翻譯](/zh/guochandamoxing.html)相同
|
||
|
||
:::
|
||
|
||
|
||
## 離線 OCR {#anchor-offline}
|
||
|
||
|
||
::: tabs
|
||
|
||
== 本機 OCR
|
||
|
||
內建已包含中日英文的輕量級辨識模型。如果需要辨識其他語言,需要在`資源下載`中新增對應語言的辨識模型。
|
||
|
||
`資源下載`中還提供了中日英文的高精度模型。如果使用的軟體版本為 Win10 版,或系統為 Windows 11,還可以設定使用 GPU 執行模型,來提高高精度模型的辨識效率。
|
||
|
||
== Snipping Tool
|
||
|
||
>[!WARNING]
|
||
僅支援 Win10~Win11 作業系統
|
||
|
||
如果是最新版 Windows 11 系統則可以直接使用,否則需要在`資源下載`中安裝該模組以使用。
|
||
|
||
== Manga OCR
|
||
|
||
>[!WARNING]
|
||
>此 OCR 引擎對於橫向文字辨識效果不佳。
|
||
|
||
CPU 整合包 https://lunatranslator.org/Resource/IntegrationPack/manga_ocr/cpu
|
||
|
||
GPU 整合包 https://lunatranslator.org/Resource/IntegrationPack/manga_ocr/gpu
|
||
|
||
== WeChat/QQ OCR
|
||
|
||
需要安裝微信或新版 QQ
|
||
|
||
== WindowsOCR
|
||
|
||
>[!WARNING]
|
||
>效果太差,不推薦使用。
|
||
|
||
>[!WARNING]
|
||
僅支援 Win10~Win11 作業系統
|
||
|
||
#### 查詢&&安裝&&移除 OCR 語言包
|
||
|
||
https://learn.microsoft.com/zh-cn/windows/powertoys/text-extractor#supported-languages
|
||
|
||
== Tesseract 5
|
||
|
||
>[!WARNING]
|
||
>效果太差,不推薦使用。
|
||
|
||
https://github.com/tesseract-ocr/tesseract/releases
|
||
|
||
:::
|