Skip to content

Latest commit

 

History

History
 
 

linux_dist_tools

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
使用手册

感谢下载使用PaddleOCR-json引擎(https://github.com/hiroi-sora/PaddleOCR-json)。

你可以选择以下任意一种方式运行本引擎。

# 无安装直接运行引擎

只需运行 “run.sh” 脚本即可。

# 安装到系统环境再运行

先运行 “install_env.sh” 脚本来安装引擎到系统环境。

下一步运行 “source ~/.bashrc” 来刷新系统环境。

之后就可以直接使用 “PaddleOCR-json” 来运行引擎了。

# 错误排查

如果出现以下错误:

PaddleOCR-json: error while loading shared libraries: libiomp5.so

这代表着你的系统里缺少了一个运行依赖库 “libiomp5.so” ,请自行安装所需的依赖库到系统。




Usage Manual

Thanks for downloading & using PaddleOCR-json engine (https://github.com/hiroi-sora/PaddleOCR-json).

You can choose any of following methods to run the engine.

# No install, run engine directly

You can use "run.sh" script to run it.

# Install to system environment and then run engine

First run "install_env.sh" script to install engine to your system environment.

Next run "source ~/.bashrc" to refresh your system environment.

Finally, you can use "PaddleOCR-json" to run engine.

# Troubleshooting

If following error occurs:

PaddleOCR-json: error while loading shared libraries: libiomp5.so

This indicates that your system is missing a runtime dependency library "libiomp5.so", please install all the dependency libraries to your system.