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
b736ab89
"vscode:/vscode.git/clone" did not exist on "22b63d155ab305c18e2b70c9c48d3a2f1b28cf7c"
Unverified
Commit
b736ab89
authored
Jul 27, 2020
by
MissPenguin
Committed by
GitHub
Jul 27, 2020
Browse files
Update serving_en.md
parent
5fd11f63
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
10 deletions
+9
-10
doc/doc_en/serving_en.md
doc/doc_en/serving_en.md
+9
-10
No files found.
doc/doc_en/serving_en.md
View file @
b736ab89
...
...
@@ -40,33 +40,32 @@ PaddleOCR provides 3 kinds of service modules, install the required modules acco
*
On Linux platform, the examples are as follows.
Install the detection service module:
Install the detection service module:
```
shell
hub
install
deploy/hubserving/ocr_det/
```
Or, install the recognition service module:
```
Or, install the recognition service module:
```
shell
hub
install
deploy/hubserving/ocr_rec/
```
Or, install the 2-stage series service module:
```
Or, install the 2-stage series service module:
```
shell
hub
install
deploy/hubserving/ocr_system/
```
*
On Windows platform, the examples are as follows.
Install the detection service module:
Install the detection service module:
```
shell
hub
install
deploy
\h
ubserving
\o
cr_det
\
```
Or, install the recognition service module:
Or, install the recognition service module:
```
shell
hub
install
deploy
\h
ubserving
\o
cr_rec
\
```
Or, install the 2-stage series service module:
Or, install the 2-stage series service module:
```
shell
hub
install
deploy
\h
ubserving
\o
cr_system
\
```
### 3. Start service
#### Way 1. Start with command line parameters (CPU only)
...
...
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