使用手册

感谢下载使用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: XXXX

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




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 you encounter an error similar to the following:

PaddleOCR-json: error while loading shared libraries: XXXX

This indicates that your system is missing a runtime dependency library "XXXX". Please install the required dependency library on your system.

