v2使用异常
Hipidan opened this issue · 7 comments
Hipidan commented
hiroi-sora commented
已确认 bug ,正在修复。
hiroi-sora commented
Hipidan commented
hiroi-sora commented
可以再做个实验吗:
- 打开控制台(win+R,输入cmd,回车)
- 在控制台输入两行代码,尝试手动启动OCR引擎:
cd C:\Users\My\Desktop\Umi-OCR_Paddle_dev_20231018\UmiOCR-data\plugins\win7_x64_PaddleOCR-json
C:\Users\ccmok\Desktop\SOFT\Umi-OCR_Paddle_dev_20231018\UmiOCR-data\plugins\win7_x64_PaddleOCR-json/PaddleOCR-json.exe --enable_mkldnn=True --cpu_threads=12 --config_path="models/config_chinese.txt" --cls=False --use_angle_cls=False --limit_side_len=960
看看输出结果是不是一串 e[37m---
,最后OCR init completed.
Hipidan commented
Hipidan commented
感谢回复,安装Visual C++ Redistributable for Visual Studio 2015,目前已经可以正常使用了
hiroi-sora commented
哦哦,明白了。v2的引擎组件我没有放 msvcp140.dll
系列dll,所以在你的系统上出现了问题。后续版本我会内置这些动态库。
不过按理说win10及以上的系统会自带vc库的,顶多是win7会缺乏这些环境……可能你装游戏或者开发工具的时候改动过vc库