ripperhe / Bob

Bob 是一款 macOS 平台的翻译和 OCR 软件。
https://bobtranslate.com
9k stars 512 forks source link

[💡 提议] Azure 全家桶,AWS 全家桶以及 Google 全家桶补齐 #135

Open zenof opened 3 years ago

zenof commented 3 years ago

非常感谢如此神作!但是对于海外党来说国内的这些服务延迟太高了,尤其是 OCR 服务基本每次都要等个 10 秒左右,希望能加入微软的 Azure 全家桶,AWS 全家桶和补齐 Google 全家桶

微软 Azure 全家桶

文本翻译 文档: https://docs.microsoft.com/en-us/azure/cognitive-services/translator/reference/v3-0-translate 免费额度:每月 200 万字符

文本识别 文档: https://docs.microsoft.com/en-us/azure/cognitive-services/computer-vision/concept-recognizing-text 免费额度:每月 5000 次

语音合成 文档: https://docs.microsoft.com/en-us/azure/cognitive-services/speech-service/get-started-text-to-speech?tabs=script%2Cwindowsinstall&pivots=programming-language-curl 免费额度:普通语音每月 500 万字符,神经网络语音每月 50 万字符

Google 全家桶

文本翻译 已经有了

文本识别 文档: https://cloud.google.com/vision/docs/handwriting 免费额度:每月 1000 次 TEXT_DETECTION 和 1000 次 DOCUMENT_TEXT_DETECTION,后者同时能识别手写

UPDATE: v0.6.1 已实现🎉

语音合成 文档: https://cloud.google.com/text-to-speech/docs/basics 免费额度:普通语音每月 400 万字符,神经网络 WaveNet 语音每月 100 万字符

UPDATE: v0.5.4 已实现🎉

AWS 全家桶

文本翻译 文档: https://docs.aws.amazon.com/translate/latest/dg/API_TranslateText.html 免费额度:每月 200 万字符 (前 12 个月)

文本识别 文档: https://docs.aws.amazon.com/rekognition/latest/dg/text-detecting-text-procedure.html 免费额度:每月 1000 次 (前 3 个月)

语音合成 文档: https://docs.aws.amazon.com/lumberyard/latest/userguide/cloud-canvas-cloud-gem-text-to-speech-intro.html 免费额度:普通语音每月 500 万字符,神经网络语音每月 100 万字符 (前 12 个月)

ripperhe commented 3 years ago

感谢建议,现已增加 Google 语言合成。后续会优先将 Google 文本识别加上。

微软 Azure 全家桶和 AWS 全家桶我后续调研一下先。

ripperhe commented 3 years ago

0.6.1 已添加 Google 文本识别

ripperhe commented 2 years ago

1.3.0 已添加 Microsoft 翻译、Microsoft 语音合成、Amazon 翻译