当前位置:   article > 正文

Umi-OCR 图片文字智能识别软件,不需联网,Linux 下运行错误修复,AI 识文一文搞定!_umi-ocr 远程

umi-ocr 远程

Umi-OCR 图片文字智能识别软件,不需联网,Linux 下运行除错修复,AI 识文一文搞定!

Umi-OCR 是一款开源的图片文字只能识别软件,支持多国语言识别,支持截图OCR / 批量OCR / PDF识别 / 二维码 / 公式识别。

支持批量图片格式识别: jpg, jpe, jpeg, jfif, png, webp, bmp, tif, tiff

支持批量文档格式识别: pdf, xps, epub, mobi, fb2, cbz

官网:https://github.com/hiroi-sora/Umi-OCR/releases/

在这里插入图片描述

1.下载安装
wget https://github.com/hiroi-sora/Umi-OCR/releases/download/v2.1.3/Umi-OCR_Debian_x64_Paddle_2.1.3.tar.xz
tar xvf ./Umi-OCR_Debian_x64_Paddle_2.1.3.tar.xz
cd Umi-OCR_Debian_x64_Paddle_2.1.3
./umi-ocr.sh
  • 1
  • 2
  • 3
  • 4

运行出错

Warning: Ignoring XDG_SESSION_TYPE=wayland on Gnome. Use QT_QPA_PLATFORM=wayland to run on Wayland anyway.
qt.qpa.plugin: Could not find the Qt platform plugin “xcb” in “”
This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.

./umi-ocr.sh: 第 26 行: 259469 已中止 (核心已转储) python3 UmiOCR-data/main_linux.py “$@”

安装依赖包

sudo apt install libxcb-xinerama0
  • 1

注意:umi-oci 程序存放绝对路径里不能有中文,否则也会报上述错误!比如~/下载/Umi-OCR_Debian_x64_Paddle_2.1.3这样包含中文路径名的就不行,重新存放到英文路径名下。

重新运行
在这里插入图片描述
在这里插入图片描述

识别结果

在这里插入图片描述

2.添加桌面快捷方式
nano ~/.local/share/applications/umi-ocr.desktop
  • 1

添加以下内容,执行路径根据自己的路径修改:

[Desktop Entry]
Name=Umi-OCR 文字识别
Exec=/home/edsolo/soft/Umi-OCR_Debian_x64_Paddle_2.1.3/umi-ocr.sh
Icon=/home/edsolo/soft/Umi-OCR_Debian_x64_Paddle_2.1.3/docs/images/icon-256.png
Type=Application
Terminal=false
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6

添加执行权限

chmod +x ~/.local/share/applications/umi-ocr.desktop
  • 1

程序就出现在程序菜单栏里了。

3.截屏黑屏问题

在使用 Wayland 显示服务器协议时,截屏时屏幕是黑的,只能截取到纯黑的图像。

在这里插入图片描述

修复

切换为XOrg显示服务器:

nano /etc/gdm3/custom.conf
  • 1

找到#WaylandEnable=false,取消#注释,保存,重启电脑。

在这里插入图片描述

强烈建议

自带的截图功能不好用,建议安装Snipaste截图工具,自定义区域,快捷方便。

Snipaste 安装 -->:
Snipaste 安装不能使用问题解决

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/IT小白/article/detail/1014262
推荐阅读
相关标签
  

闽ICP备14008679号