From b736ab897c2b6d11ccceb6e6b9d170ea0dcb18b3 Mon Sep 17 00:00:00 2001 From: MissPenguin Date: Mon, 27 Jul 2020 10:56:56 +0800 Subject: [PATCH] Update serving_en.md --- doc/doc_en/serving_en.md | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/doc/doc_en/serving_en.md b/doc/doc_en/serving_en.md index d4c235d2..ce863f5b 100644 --- a/doc/doc_en/serving_en.md +++ b/doc/doc_en/serving_en.md @@ -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) -- GitLab