We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83c420b commit 63e4074Copy full SHA for 63e4074
doc/doc_ch/serving_inference.md
@@ -116,6 +116,12 @@ def read_params():
116
export PYTHONPATH=$PWD:$PYTHONPATH
117
cd deploy/pdserving
118
```
119
+为了方便用户复现Demo程序,我们提供了Chinese and English ultra-lightweight OCR model (8.1M)版本的Serving模型
120
+```
121
+wget --no-check-certificate https://paddleocr.bj.bcebos.com/deploy/pdserving/ocr_pdserving_suite.tar.gz
122
+tar xf ocr_pdserving_suite.tar.gz
123
124
+
125
### 1. 超轻量中文检测模型推理
126
127
超轻量中文检测模型推理,可以执行如下命令启动服务端:
0 commit comments