-
-
Notifications
You must be signed in to change notification settings - Fork 476
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
[Feature]: 希望支持windows本地的OCR,速度快很多 #319
Comments
在线OCR速度都是很快的,因为要做跨平台,Windows系统OCR其他平台没法用,后续可能会通过插件来支持。 |
作为用户来说,如果可以开箱即用的话就很完美了,我记得macOS也是有本地OCR接口的,希望可以通过插件系统也一起支持,或者等别的大佬来一起实现😁 |
我是离线OCR软件 Umi-OCR 的开发者,Umi-OCR 支持通过读写剪贴板的方式与翻译软件联动。 刚发现pot支持命令行调用翻译,赞👍Umi-OCR 后续可能会增加与pot的命令行联动方式。 另,Umi-OCR也支持命令行调用OCR 。如果需要获取返回值,还有独立的离线引擎组件 PaddleOCR-json 。作者有兴趣可以看看~ @Pylogmon |
太好了!
PaddleOCR-json还不支持linux,所以我在考虑从浏览器端下手。 |
我尝试写了通过命令行传输识别文本的方式,感觉效果一般,因为命令行没法传换行符。而且在一些环境中(虚拟机Win10),无法通过命令行调用Pot。还是用剪贴板来传文本的效果好一点。 目前Umi-OCR已支持通过剪贴板+按键事件的方式与Pot联动,简要步骤如下:
完成以上设置,后续使用Umi-OCR进行截图OCR,Umi就会将识别文本写入剪贴板,并发送按键唤起Pot进行翻译。 |
确实Windows下命令行传递字符串问题很多,我插件调用是通过http请求来调用的 |
@hiroi-sora 我基于 PaddleOCR-json 开发了插件 |
Please confirm the following before submitting a new issue.
Description
希望可以默认支持windows本地的OCR接口
因为我看到powertoys上面的OCR还挺快的,准确性也还不错,希望可以集成到软件里面
Application Scenario
接口申请起来有点繁琐,而且速度也不是很快,所以希望支持本地的OCR
References
windows本地的OCR接口
调用本地OCR接口的项目
The text was updated successfully, but these errors were encountered: