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

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.下载安装
bash 复制代码
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

运行出错

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 "$@"

安装依赖包

bash 复制代码
sudo apt install libxcb-xinerama0

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

重新运行

识别结果

2.添加桌面快捷方式
bash 复制代码
nano ~/.local/share/applications/umi-ocr.desktop

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

bash 复制代码
[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

添加执行权限

bash 复制代码
chmod +x ~/.local/share/applications/umi-ocr.desktop

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

3.截屏黑屏问题

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

修复

切换为XOrg显示服务器:

nano /etc/gdm3/custom.conf

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

强烈建议

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

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

相关推荐
一道微光4 分钟前
Mac的M2芯片运行lightgbm报错,其他python包可用,x86_x64架构运行
开发语言·python·macos
Hacker_xingchen4 分钟前
天融信Linux系统安全问题
linux·运维·系统安全
丘狸尾6 分钟前
[cisco 模拟器] ftp服务器配置
android·运维·服务器
黑客老陈14 分钟前
新手小白如何挖掘cnvd通用漏洞之存储xss漏洞(利用xss钓鱼)
运维·服务器·前端·网络·安全·web3·xss
张暮笛15 分钟前
抓取手机HCI日志
linux
大猫和小黄17 分钟前
Windows、CentOS环境下搭建自己的版本管理资料库:GitBlit
linux·服务器·windows·git
Joyner201821 分钟前
【Linux】ubuntu通过远程命令行启动桌面应用
linux·服务器·ubuntu
ghostwritten24 分钟前
Linux Swap: 深入解析 mkswap, mkfs.swap, 和 swapon
linux·运维·服务器
我是唐青枫25 分钟前
Linux xargs 命令使用教程
linux·运维·服务器
gallonyin26 分钟前
【监控】夜莺监控系统各环节资源压力分析
运维·服务器