hiroi-sora / Umi-OCR

OCR software, free and offline. 开源、免费的离线OCR软件。支持截屏/批量导入图片,PDF文档识别,排除水印/页眉页脚,扫描/生成二维码。内置多国语言库。
MIT License
27.14k stars 2.72k forks source link

报错:[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} #256

Closed Thinking2018 closed 8 months ago

Thinking2018 commented 11 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}

yisuixinq commented 11 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 版没有

hiroi-sora commented 11 months ago

大概率是CPU不兼容。Paddle引擎不支持 奔腾、赛扬、凌动 CPU,它们缺乏AVX指令集。

请使用Rapid引擎版本,对CPU没有特殊要求。

yisuixinq commented 11 months ago

大概率是CPU不兼容。Paddle引擎不支持 奔腾、赛扬、凌动 CPU,它们缺乏AVX指令集。

请使用Rapid引擎版本,对CPU没有特殊要求。

Intel(R) Core(TM) i7-1065G7 CPU

hiroi-sora commented 11 months ago

@yisuixinq

按理说酷睿10代肯定是支持的。有没有可能跟 这位老兄 一样,有意或无意之中关了bios的AVX?

(比如厂商的设置或者超频软件的自动优化?)

如果可以,请用 CPU-Z 查看一下处理器参数,将首页截图给我,咱检查一下。

AVX对比

Thinking2018 commented 11 months ago

真的诶!用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: @.***>

yisuixinq commented 11 months ago

image

BIOS没看

hiroi-sora commented 11 months ago

@yisuixinq

看来应该不是指令集的问题。那么运行OCR报错的时候,有没有出现0xc0000142的弹窗呢?

即,是否为两个弹窗,一个是Windows弹出的0xc0000142,一个是软件内弹出的 [Error] OCR init fail

yisuixinq commented 11 months ago

只有一个软件内弹出的 [Error] OCR init fail,没有Windows下弹窗

另外两个版本的软件在我这台电脑下都不能双击运行,只能在命令行运行umi-ocr命令才能跑起来

image

hiroi-sora commented 11 months ago

@yisuixinq

了解。那么尝试直接运行该文件:

UmiOCR-data\plugins\win7_x64_PaddleOCR-json\PaddleOCR-json.exe

正常情况下,应该打开一个命令行窗口,最终输出OCR init completed。如果它有任何异常情况请告诉我。

yisuixinq commented 11 months ago

@hiroi-sora image

hiroi-sora commented 11 months ago

哦哦,很有用的情报!

这是本项目中首次发现这种报错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