未验证 提交 b736ab89 编写于 作者: M MissPenguin 提交者: GitHub

Update serving_en.md

上级 5fd11f63
...@@ -40,33 +40,32 @@ PaddleOCR provides 3 kinds of service modules, install the required modules acco ...@@ -40,33 +40,32 @@ PaddleOCR provides 3 kinds of service modules, install the required modules acco
* On Linux platform, the examples are as follows. * On Linux platform, the examples are as follows.
Install the detection service module: Install the detection service module:
```shell ```shell
hub install deploy/hubserving/ocr_det/ hub install deploy/hubserving/ocr_det/
``` ```
Or, install the recognition service module: Or, install the recognition service module:
```shell ```shell
hub install deploy/hubserving/ocr_rec/ hub install deploy/hubserving/ocr_rec/
``` ```
Or, install the 2-stage series service module: Or, install the 2-stage series service module:
```shell ```shell
hub install deploy/hubserving/ocr_system/ hub install deploy/hubserving/ocr_system/
``` ```
* On Windows platform, the examples are as follows. * On Windows platform, the examples are as follows.
Install the detection service module: Install the detection service module:
```shell ```shell
hub install deploy\hubserving\ocr_det\ hub install deploy\hubserving\ocr_det\
``` ```
Or, install the recognition service module: Or, install the recognition service module:
```shell ```shell
hub install deploy\hubserving\ocr_rec\ hub install deploy\hubserving\ocr_rec\
``` ```
Or, install the 2-stage series service module: Or, install the 2-stage series service module:
```shell ```shell
hub install deploy\hubserving\ocr_system\ hub install deploy\hubserving\ocr_system\
```
### 3. Start service ### 3. Start service
#### Way 1. Start with command line parameters (CPU only) #### Way 1. Start with command line parameters (CPU only)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册