Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
PaddlePaddle
PaddleOCR
提交
791f6239
P
PaddleOCR
项目概览
PaddlePaddle
/
PaddleOCR
大约 1 年 前同步成功
通知
1528
Star
32962
Fork
6643
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
108
列表
看板
标记
里程碑
合并请求
7
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
P
PaddleOCR
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
108
Issue
108
列表
看板
标记
里程碑
合并请求
7
合并请求
7
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
791f6239
编写于
7月 25, 2020
作者:
littletomatodonkey
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
fix hub serving doc
上级
41ecf41d
变更
2
显示空白变更内容
内联
并排
Showing
2 changed file
with
53 addition
and
19 deletion
+53
-19
doc/doc_ch/serving.md
doc/doc_ch/serving.md
+26
-11
doc/doc_en/serving_en.md
doc/doc_en/serving_en.md
+27
-8
未找到文件。
doc/doc_ch/serving.md
浏览文件 @
791f6239
...
...
@@ -28,12 +28,16 @@ deploy/hubserving/ocr_system/
# 安装paddlehub
pip3
install
paddlehub
--upgrade
-i
https://pypi.tuna.tsinghua.edu.cn/simple
#
设置环境变量
#
在Linux下设置环境变量
export
PYTHONPATH
=
.
# 在Windows下设置环境变量
SET
PYTHONPATH
=
.
```
### 2. 安装服务模块
PaddleOCR提供3种服务模块,根据需要安装所需模块。如:
PaddleOCR提供3种服务模块,根据需要安装所需模块。
*
在Linux环境下,安装示例如下:
安装检测服务模块:
```
hub install deploy/hubserving/ocr_det/```
...
...
@@ -44,6 +48,18 @@ PaddleOCR提供3种服务模块,根据需要安装所需模块。如:
或,安装检测+识别串联服务模块:
```
hub install deploy/hubserving/ocr_system/
```
* 在Windows环境下(文件夹的分隔符为`\`),安装示例如下:
安装检测服务模块:
```
hub install deploy
\h
ubserving
\o
cr_det
\`
``
或,安装识别服务模块:
```hub install deploy\hubserving\ocr_rec\```
或,安装检测+识别串联服务模块:
```hub install deploy\hubserving\ocr_system\```
### 3. 启动服务
#### 方式1. 命令行命令启动(仅支持CPU)
**启动命令:**
...
...
@@ -157,4 +173,3 @@ hub serving start -c deploy/hubserving/ocr_system/config.json
- 5、重新启动服务
```
hub serving start -m ocr_system
```
doc/doc_en/serving_en.md
浏览文件 @
791f6239
...
...
@@ -29,12 +29,16 @@ The following steps take the 2-stage series service as an example. If only the d
# Install paddlehub
pip3
install
paddlehub
--upgrade
-i
https://pypi.tuna.tsinghua.edu.cn/simple
# Set environment variables
# Set environment variables
on Linux
export
PYTHONPATH
=
.
# Set environment variables on Windows
SET
PYTHONPATH
=
.
```
### 2. Install Service Module
PaddleOCR provides 3 kinds of service modules, install the required modules according to your needs. Such as:
PaddleOCR provides 3 kinds of service modules, install the required modules according to your needs.
*
On Linux platform, the examples are as follows.
Install the detection service module:
```
shell
...
...
@@ -49,6 +53,21 @@ Or, install the 2-stage series service module:
hub
install
deploy/hubserving/ocr_system/
```
*
On Windows platform, the examples are as follows.
Install the detection service module:
```
shell
hub
install
deploy
\h
ubserving
\o
cr_det
\
```
Or, install the recognition service module:
```
shell
hub
install
deploy
\h
ubserving
\o
cr_rec
\
```
Or, install the 2-stage series service module:
```
shell
hub
install
deploy
\h
ubserving
\o
cr_system
\
### 3. Start service
#### 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.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录