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
3f1c811c
"...git@developer.sourcefind.cn:wangsen/paddle_dbnet.git" did not exist on "a5b17bac3e45fa2b64164092acb5931a42bfa6a6"
Unverified
Commit
3f1c811c
authored
Aug 03, 2021
by
Daniel Yang
Committed by
GitHub
Aug 03, 2021
Browse files
Update README.md
parent
ee74a2cc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
ppstructure/README.md
ppstructure/README.md
+3
-3
No files found.
ppstructure/README.md
View file @
3f1c811c
...
@@ -26,10 +26,10 @@ PP-Structure is an OCR toolkit that can be used for complex documents analysis.
...
@@ -26,10 +26,10 @@ PP-Structure is an OCR toolkit that can be used for complex documents analysis.
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
# For more,refer[Installation](https://www.paddlepaddle.org.cn/install/quick)。
# For more,refer[Installation](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 install PaddleOCR whl package(inference only)**
-
**(1) PIP install PaddleOCR whl package(inference only)**
```
bash
```
bash
pip
install
"paddleocr>=2.
0.6
"
pip
install
"paddleocr>=2.
2
"
```
```
-
**(2) Clone PaddleOCR(Inference+training)**
-
**(2) Clone PaddleOCR(Inference+training)**
...
...
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