Closed Thinking2018 closed 8 months ago
[Error] OCR init fail. Argd: {'enable_mkldnn': True, 'cpu_threads': 8, 'config_path': 'models/config_chinese.txt', 'cls': False, 'use_angle_cls': False, 'limit_side_len': 999999}
遇到一样的问题了,在paddle版本中出现, Rapid 版没有
大概率是CPU不兼容。Paddle引擎不支持 奔腾、赛扬、凌动 CPU,它们缺乏AVX指令集。
请使用Rapid引擎版本,对CPU没有特殊要求。
大概率是CPU不兼容。Paddle引擎不支持 奔腾、赛扬、凌动 CPU,它们缺乏AVX指令集。
请使用Rapid引擎版本,对CPU没有特殊要求。
Intel(R) Core(TM) i7-1065G7 CPU
真的诶!用Rapid版就成功了😂。感谢感谢🙏🏻
---原始邮件--- 发件人: @.> 发送时间: 2023年12月1日(周五) 晚上8:12 收件人: @.>; 抄送: @.**@.>; 主题: Re: [hiroi-sora/Umi-OCR] 报错:[Error] OCR init fail. Argd: {'enable_mkldnn': True, 'cpu_threads': 8, 'config_path': 'models/config_chinese.txt', 'cls': False, 'use_angle_cls': False, 'limit_side_len': 999999} (Issue #256)
大概率是CPU不兼容。Paddle引擎不支持 奔腾、赛扬、凌动 CPU,它们缺乏AVX指令集。
请使用Rapid引擎版本,对CPU没有特殊要求。
— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>
BIOS没看
@yisuixinq
看来应该不是指令集的问题。那么运行OCR报错的时候,有没有出现0xc0000142
的弹窗呢?
即,是否为两个弹窗,一个是Windows弹出的0xc0000142
,一个是软件内弹出的 [Error] OCR init fail
?
只有一个软件内弹出的 [Error] OCR init fail,没有Windows下弹窗
另外两个版本的软件在我这台电脑下都不能双击运行,只能在命令行运行umi-ocr
命令才能跑起来
@yisuixinq
了解。那么尝试直接运行该文件:
UmiOCR-data\plugins\win7_x64_PaddleOCR-json\PaddleOCR-json.exe
正常情况下,应该打开一个命令行窗口,最终输出OCR init completed
。如果它有任何异常情况请告诉我。
@hiroi-sora
哦哦,很有用的情报!
这是本项目中首次发现这种报错MFPlat.DLL was not found
。所幸,网上有很多相关情况可以参考。
你可参考下述网页,尝试修复此问题。 https://zhuanlan.zhihu.com/p/596229445 https://www.partitionwizard.com/partitionmanager/fix-mfplat-dll-missing.html https://blog.csdn.net/gggiweeq/article/details/133485462 https://thegeekpage.com/fix-mfplat-dll-missing-on-windows-10/ https://bing.com/search?q=mfplat.dll+was+not+found
[Error] OCR init fail. Argd: {'enable_mkldnn': True, 'cpu_threads': 8, 'config_path': 'models/config_chinese.txt', 'cls': False, 'use_angle_cls': False, 'limit_side_len': 999999}