-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
暂时可用方案 #17
Comments
在你的基础上改了ocr服务器为我的公益服务器,不需要百度ocr了,同时修复了一些bug。 |
marvelous |
Kodi 不让我 merge 进去,因为调用第三方 API 了… |
使用了百度ocr,每月可使用1000次识别,鉴于字幕库验证过一次之后,一段时间内不会重复验证,1000次够使用一个月了,
此版本缺陷在于需要输入百度ocr的access_token,并且配置到zimukux的配置选项中
至于百度的ocrToken怎么获取,看下面,
step1: 登录百度开发网站,到下面这个页面https://console.bce.baidu.com/ai/?fromai=1#/ai/ocr/overview/index
点击下图的领取免费资源按钮
之后勾选通用场景ocr,然后点击下面的0元领取
step2:配置应用获取appKey等信息,到https://console.bce.baidu.com/ai/?fromai=1#/ai/ocr/app/list这个地址,新建一个应用,信息随便写,需要个人实名认证,之后记下应用的API Key与Secret Key
step3:到下面的地址填上你上一步保存的API Key与Secret Key,获取一个access_token,这个token就是你要配置到插件的token
地址:https://console.bce.baidu.com/tools/#/api?product=AI&project=%E6%96%87%E5%AD%97%E8%AF%86%E5%88%AB&parent=%E9%89%B4%E6%9D%83%E8%AE%A4%E8%AF%81%E6%9C%BA%E5%88%B6&api=oauth%2F2.0%2Ftoken&method=post
信息填写完之后,点击上面的调试按钮,就可以获取到token,如图
打包好版本百度云地址:
链接: https://pan.baidu.com/s/1Cku1XlbmI2iK66n9-ozArA?pwd=hyye 提取码: hyye
上面的插件需要在插件中配置百度assecc_token 不然无法使用
The text was updated successfully, but these errors were encountered: