Skip to content
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

Closed
spqrk opened this issue May 17, 2023 · 3 comments
Closed

暂时可用方案 #17

spqrk opened this issue May 17, 2023 · 3 comments

Comments

@spqrk
Copy link

spqrk commented May 17, 2023

使用了百度ocr,每月可使用1000次识别,鉴于字幕库验证过一次之后,一段时间内不会重复验证,1000次够使用一个月了,
此版本缺陷在于需要输入百度ocr的access_token,并且配置到zimukux的配置选项中

微信图片_20230517224124

至于百度的ocrToken怎么获取,看下面,
step1: 登录百度开发网站,到下面这个页面https://console.bce.baidu.com/ai/?fromai=1#/ai/ocr/overview/index
点击下图的领取免费资源按钮
1684462076245
之后勾选通用场景ocr,然后点击下面的0元领取

step2:配置应用获取appKey等信息,到https://console.bce.baidu.com/ai/?fromai=1#/ai/ocr/app/list这个地址,新建一个应用,信息随便写,需要个人实名认证,之后记下应用的API Key与Secret Key
网页捕获_19-5-2023_10109_console bce baidu com

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
1684462467036
信息填写完之后,点击上面的调试按钮,就可以获取到token,如图
1684462555884

打包好版本百度云地址:
链接: https://pan.baidu.com/s/1Cku1XlbmI2iK66n9-ozArA?pwd=hyye 提取码: hyye

上面的插件需要在插件中配置百度assecc_token 不然无法使用

@lm317379829
Copy link
Contributor

lm317379829 commented May 30, 2023

在你的基础上改了ocr服务器为我的公益服务器,不需要百度ocr了,同时修复了一些bug。
ocr服务器布置在replit上,基于ddddocr。有能力的朋友可以fork后改用自己的服务器,降低流量压力,也能更快一些。
项目地址:
https://replit.com/@lm317379829/ddddocr
下载地址:https://cjk.lm317379829.repl.co/CJK/repo/script.subtitles.zimukux/script.subtitles.zimukux-0.1.9.zip

@pizzamx
Copy link
Owner

pizzamx commented May 30, 2023

在你的基础上改了ocr服务器为我的公益服务器,不需要百度ocr了,同时修复了一些bug。 ocr服务器布置在replit上,基于ddddocr。有能力的朋友可以fork后改用自己的服务器,降低流量压力,也能更快一些。 项目地址: https://replit.com/@lm317379829/ddddocr 下载地址:https://cjk.lm317379829.repl.co/CJK/repo/script.subtitles.zimukux/script.subtitles.zimukux-0.1.9.zip

marvelous

@pizzamx pizzamx closed this as completed May 30, 2023
@pizzamx
Copy link
Owner

pizzamx commented Jun 11, 2023

Kodi 不让我 merge 进去,因为调用第三方 API 了…

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants