"vscode:/vscode.git/clone" did not exist on "22b63d155ab305c18e2b70c9c48d3a2f1b28cf7c"
Unverified Commit b736ab89 authored by MissPenguin's avatar MissPenguin Committed by GitHub
Browse files

Update serving_en.md

parent 5fd11f63
......@@ -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\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\
```
### 3. Start service
#### Way 1. Start with command line parameters (CPU only)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment