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
ab662a16
Unverified
Commit
ab662a16
authored
Jul 27, 2020
by
MissPenguin
Committed by
GitHub
Jul 27, 2020
Browse files
Update serving_en.md
parent
b736ab89
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
16 deletions
+11
-16
doc/doc_en/serving_en.md
doc/doc_en/serving_en.md
+11
-16
No files found.
doc/doc_en/serving_en.md
View file @
ab662a16
...
...
@@ -39,31 +39,26 @@ SET PYTHONPATH=.
PaddleOCR provides 3 kinds of service modules, install the required modules according to your needs.
*
On Linux platform, the examples are as follows.
Install the detection service module:
```
shell
# Install the detection service module:
hub
install
deploy/hubserving/ocr_det/
```
Or, install the recognition service module:
```
shell
# Or, install the recognition service module:
hub
install
deploy/hubserving/ocr_rec/
```
Or, install the 2-stage series service module:
```
shell
#Or, install the 2-stage series service module:
hub
install
deploy/hubserving/ocr_system/
```
*
On Windows platform, the examples are as follows.
Install the detection service module:
*
On Windows platform, the examples are as follows.
```
shell
# Install the detection service module:
hub
install
deploy
\h
ubserving
\o
cr_det
\
```
Or, install the recognition service module:
```
shell
# Or, install the recognition service module:
hub
install
deploy
\h
ubserving
\o
cr_rec
\
```
Or, install the 2-stage series service module:
```
shell
# Or, install the 2-stage series service module:
hub
install
deploy
\h
ubserving
\o
cr_system
\
```
...
...
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