hiroi-sora / Umi-OCR

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

{'code': 803, 'data': "任务提前结束。[Error] OCR init fail. Argd: {'enable_mkldnn': True, 'cpu_threads': 4, 'config_path': 'models/config_chinese.txt', 'cls': False, 'use_angle_cls': False, 'limit_side_len': 960}\nOCR init fail."} #621

Open suqi95716aa opened 3 months ago

suqi95716aa commented 3 months ago

Issues

Umi-OCR version 程序版本

2.1.3

Windows version 系统版本

Centos7.6

OCR plugins Used 使用的OCR插件

PaddleOCR

Reproduction steps 复现步骤

  1. 按照Linux上教程正常安装Umi-ocr。
  2. 查看容器已经启动成功。
  3. 宿主机调用ip+port,返回如标题错误。

Problem screenshots or related files (optional) 问题截图或相关文件(可选)

{'code': 803, 'data': "任务提前结束。[Error] OCR init fail. Argd: {'enable_mkldnn': True, 'cpu_threads': 4, 'config_path': 'models/config_chinese.txt', 'cls': False, 'use_angle_cls': False, 'limit_side_len': 960}\nOCR init fail."}

feifuzeng commented 3 months ago

复议 我也遇到同样的问题了 求解

hiroi-sora commented 3 months ago

https://github.com/hiroi-sora/Umi-OCR_runtime_linux/issues/3


  1. 请先删除当前的容器。然后,打开主机中下载的Dockerfile,前面有一行:
    FROM debian:11-slim
  2. 将它改为版本更靠后的基础镜像,如:
    FROM debian:12-slim
  3. 然后,重新build和run。