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

我做了一个Umi-OCR调用微信ocr功能的插件 #727

Open
1 task done
eaeful opened this issue Nov 19, 2024 · 2 comments
Open
1 task done

我做了一个Umi-OCR调用微信ocr功能的插件 #727

eaeful opened this issue Nov 19, 2024 · 2 comments

Comments

@eaeful
Copy link

eaeful commented Nov 19, 2024

Issues

  • I have browsed through the Issues. 我已浏览过Issues,确定没有重复的建议。

Expected behavior 预期的功能

我做的这个插件WeChatOCR 插件主要是分为两个版本:
1:插件自带微信本地 OCR 模型版本(WechatOCR_umi_plugin_zidai ocr)
插件内置了关键文件:wechatocr.exe、wechat 文件夹、mmmojo.dll 和 mmmojo_64.dll等。
无需安装微信,也无需运行微信,即可直接调用插件内的微信 OCR 功能完成文字识别。
注意:可能存在版权或许可问题,本版本的分发仅用于技术交流和学习目的,请勿用于商业用途

2:微信 OCR 用户自定义路径版本(WechatOCR_umi_plugin_zixingshezhi lujing)
用户需在 Umi-OCR 的全局设置中,手动填写以下路径:
电脑中的微信安装目录的完整路径。
电脑中的WeChatOCR.exe 文件路径。

优点:
避免分发闭源文件,无版权风险。
用户完全控制所需文件的来源和版本。

推荐人群:
对合规性和合法性有更高要求的用户。

熟悉文件配置并愿意进行手动设置的用户。 要使用此版本,您需要准备以下内容:
wechatocr.exe:例如
C:\Users\Administrator\AppData\Roaming\Tencent\WeChat\XPlugin\Plugins\WeChatOCR\7079\extracted\WeChatOCR.exe
wechat 文件夹:例如
C:\Program Files (x86)\Tencent\WeChat[3.9.8.25]

配置完成后,即可调用本地微信进行文字识别。
项目网址:https://github.com/eaeful/WechatOCR_umi_plugin

Approximate reference (optional) 近似的参考(可选)

No response

@qwedc001
Copy link
Contributor

您可以将本插件的信息加入到 Umi-OCR_plugins 库并提交 Pull Request。
感谢您的贡献!
另外建议一下,项目的结构应该仅保留与 Umi 相关的接口文件(那几个 Python 代码),其他的部分应该仅打包到 release 中。
建议将有关微信版权部分单独做一份 eula 出来,不过这个不做也行,看你的意愿

@eaeful
Copy link
Author

eaeful commented Nov 20, 2024

我已经在Umi-OCR_plugins 库提交了 Pull Request,不知道我提交的方式对不对,我第一次用Pull Request,有错误还请指正和修改。项目的结构也仅保留了与 Umi 相关的接口文件,release没有变动。

@eaeful eaeful closed this as completed Nov 20, 2024
@eaeful eaeful reopened this Nov 20, 2024
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

2 participants