Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
wangsen
paddle_dbnet
Commits
ee74a2cc
Unverified
Commit
ee74a2cc
authored
Aug 03, 2021
by
Daniel Yang
Committed by
GitHub
Aug 03, 2021
Browse files
Update README_ch.md
parent
3e2c7306
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
ppstructure/README_ch.md
ppstructure/README_ch.md
+3
-3
No files found.
ppstructure/README_ch.md
View file @
ee74a2cc
...
@@ -26,10 +26,10 @@ PP-Structure是一个可用于复杂文档结构分析和处理的OCR工具包
...
@@ -26,10 +26,10 @@ PP-Structure是一个可用于复杂文档结构分析和处理的OCR工具包
pip3
install
--upgrade
pip
pip3
install
--upgrade
pip
# GPU安装
# GPU安装
python3
-m
pip
install
paddlepaddle-gpu
==
2.1.
2
-i
https://mirror.baidu.com/pypi/simple
python3
-m
pip
install
paddlepaddle-gpu
==
2.1.
1
-i
https://mirror.baidu.com/pypi/simple
# CPU安装
# CPU安装
python3
-m
pip
install
paddlepaddle
==
2.1.
2
-i
https://mirror.baidu.com/pypi/simple
python3
-m
pip
install
paddlepaddle
==
2.1.
1
-i
https://mirror.baidu.com/pypi/simple
# 更多需求,请参照[安装文档](https://www.paddlepaddle.org.cn/install/quick)中的说明进行操作。
# 更多需求,请参照[安装文档](https://www.paddlepaddle.org.cn/install/quick)中的说明进行操作。
```
```
...
@@ -45,7 +45,7 @@ pip3 install -U premailer paddleocr https://paddleocr.bj.bcebos.com/whl/layoutpa
...
@@ -45,7 +45,7 @@ pip3 install -U premailer paddleocr https://paddleocr.bj.bcebos.com/whl/layoutpa
-
**(1) PIP快速安装PaddleOCR whl包(仅预测)**
-
**(1) PIP快速安装PaddleOCR whl包(仅预测)**
```
bash
```
bash
pip
install
"paddleocr>=2.
0.6
"
# 推荐使用2.
0.1
+版本
pip
install
"paddleocr>=2.
2
"
# 推荐使用2.
2
+版本
```
```
-
**(2) 完整克隆PaddleOCR源码(预测+训练)**
-
**(2) 完整克隆PaddleOCR源码(预测+训练)**
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment