-
Notifications
You must be signed in to change notification settings - Fork 146
/
Copy pathREADME.txt
55 lines (26 loc) · 1.46 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
使用手册
感谢下载使用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.