hiroi-sora / Umi-OCR

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

python 3.76 启动 点开始任务 就报错 批量任务启动引擎失败:'str' object has no attribute 'decode' #210

Closed qqeip closed 1 year ago

qqeip commented 1 year ago

INFO:Umi-OCR_log:命名管道\.\pipe\umiocr等待连接 INFO:Umi-OCR_log:批量文本处理器初始化完毕! INFO:Umi-OCR_log:启动引擎,参数:('PaddleOCR-json/PaddleOCR_json.exe', 'PaddleOCR_json_config_ch.txt', ' -limit_type=max -limit_side_len=960 -cpu_threads=10 -enable_mkldnn=True ') INFO:Umi-OCR_log:引擎stop,停止任务! ERROR:Umi-OCR_log:批量任务启动引擎失败:'str' object has no attribute 'decode' INFO:Umi-OCR_log:msnB: onClose INFO:Umi-OCR_log:任务close!

hiroi-sora commented 1 year ago

本项目最低支持3.8.10哦

qqeip commented 1 year ago

python 3.10又提示 config.py ModuleNotFoundError: No module named 'tkinter'

hiroi-sora commented 1 year ago
  1. 有可能你使用的是miniconda之类的第三方python环境,标准库不全
  2. 有可能你使用标准python环境,但安装时未勾选这个:

image

解决方法:

  1. 在已有的python环境中,安装tkinter模块。具体做法见百度。
  2. 安装一个新的标准python环境,推荐3.8.10版本。
qqeip commented 1 year ago

好的 关了