Update serving_en.md

This commit is contained in:
MissPenguin 2020-07-27 10:56:56 +08:00 committed by GitHub
parent 5fd11f633e
commit b736ab897c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 10 deletions

View File

@ -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)