You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
590 B
29 lines
590 B
# Paddle Serving 服务部署
|
|
|
|
本教程将介绍基于[Paddle Serving](https://github.com/PaddlePaddle/Serving)部署PaddleOCR在线预测服务的详细步骤。
|
|
|
|
## 快速启动服务
|
|
|
|
### 1. 准备环境
|
|
|
|
### 2. 模型转换
|
|
|
|
### 3. 启动服务
|
|
启动服务可以根据实际需求选择启动`标准版`或者`快速版`,两种方式的对比如下表:
|
|
|
|
|版本|特点|适用场景|
|
|
|-|-|-|
|
|
|标准版|||
|
|
|快速版|||
|
|
|
|
#### 方式1. 启动标准版服务
|
|
|
|
#### 方式2. 启动快速版服务
|
|
|
|
|
|
## 发送预测请求
|
|
|
|
## 返回结果格式说明
|
|
|
|
## 自定义修改服务逻辑
|