Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
PaddlePaddle
PaddleOCR
提交
dbea8e74
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看板
提交
dbea8e74
编写于
12月 16, 2020
作者:
W
WenmuZhou
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
update whl doc
上级
57e6edd9
变更
2
显示空白变更内容
内联
并排
Showing
2 changed file
with
9 addition
and
9 deletion
+9
-9
doc/doc_ch/whl.md
doc/doc_ch/whl.md
+4
-4
doc/doc_en/whl_en.md
doc/doc_en/whl_en.md
+5
-5
未找到文件。
doc/doc_ch/whl.md
浏览文件 @
dbea8e74
...
@@ -166,7 +166,7 @@ paddleocr -h
...
@@ -166,7 +166,7 @@ paddleocr -h
*
检测+分类+识别全流程
*
检测+分类+识别全流程
```
bash
```
bash
paddleocr
--image_dir
PaddleOCR/doc/imgs/11.jpg
--use_angle_cls
true
--cls
true
paddleocr
--image_dir
PaddleOCR/doc/imgs/11.jpg
--use_angle_cls
true
```
```
结果是一个list,每个item包含了文本框,文字和识别置信度
结果是一个list,每个item包含了文本框,文字和识别置信度
```
bash
```
bash
...
@@ -190,7 +190,7 @@ paddleocr --image_dir PaddleOCR/doc/imgs/11.jpg
...
@@ -190,7 +190,7 @@ paddleocr --image_dir PaddleOCR/doc/imgs/11.jpg
*
分类+识别
*
分类+识别
```
bash
```
bash
paddleocr
--image_dir
PaddleOCR/doc/imgs_words/ch/word_1.jpg
--use_angle_cls
true
--
cls
true
--
det
false
paddleocr
--image_dir
PaddleOCR/doc/imgs_words/ch/word_1.jpg
--use_angle_cls
true
--det
false
```
```
结果是一个list,每个item只包含识别结果和识别置信度
结果是一个list,每个item只包含识别结果和识别置信度
...
@@ -222,7 +222,7 @@ paddleocr --image_dir PaddleOCR/doc/imgs_words/ch/word_1.jpg --det false
...
@@ -222,7 +222,7 @@ paddleocr --image_dir PaddleOCR/doc/imgs_words/ch/word_1.jpg --det false
*
单独执行分类
*
单独执行分类
```
bash
```
bash
paddleocr
--image_dir
PaddleOCR/doc/imgs_words/ch/word_1.jpg
--use_angle_cls
true
--
cls
true
--
det
false
--rec
false
paddleocr
--image_dir
PaddleOCR/doc/imgs_words/ch/word_1.jpg
--use_angle_cls
true
--det
false
--rec
false
```
```
结果是一个list,每个item只包含分类结果和分类置信度
结果是一个list,每个item只包含分类结果和分类置信度
...
@@ -258,7 +258,7 @@ im_show.save('result.jpg')
...
@@ -258,7 +258,7 @@ im_show.save('result.jpg')
### 通过命令行使用
### 通过命令行使用
```
bash
```
bash
paddleocr
--image_dir
PaddleOCR/doc/imgs/11.jpg
--det_model_dir
{
your_det_model_dir
}
--rec_model_dir
{
your_rec_model_dir
}
--rec_char_dict_path
{
your_rec_char_dict_path
}
--cls_model_dir
{
your_cls_model_dir
}
--use_angle_cls
true
--cls
true
paddleocr
--image_dir
PaddleOCR/doc/imgs/11.jpg
--det_model_dir
{
your_det_model_dir
}
--rec_model_dir
{
your_rec_model_dir
}
--rec_char_dict_path
{
your_rec_char_dict_path
}
--cls_model_dir
{
your_cls_model_dir
}
--use_angle_cls
true
```
```
### 使用网络图片或者numpy数组作为输入
### 使用网络图片或者numpy数组作为输入
...
...
doc/doc_en/whl_en.md
浏览文件 @
dbea8e74
...
@@ -172,7 +172,7 @@ paddleocr -h
...
@@ -172,7 +172,7 @@ paddleocr -h
*
detection classification and recognition
*
detection classification and recognition
```
bash
```
bash
paddleocr
--image_dir
PaddleOCR/doc/imgs_en/img_12.jpg
--use_angle_cls
true
-
cls
true
-
-lang
en
paddleocr
--image_dir
PaddleOCR/doc/imgs_en/img_12.jpg
--use_angle_cls
true
--lang
en
```
```
Output will be a list, each item contains bounding box, text and recognition confidence
Output will be a list, each item contains bounding box, text and recognition confidence
...
@@ -198,7 +198,7 @@ Output will be a list, each item contains bounding box, text and recognition con
...
@@ -198,7 +198,7 @@ Output will be a list, each item contains bounding box, text and recognition con
*
classification and recognition
*
classification and recognition
```
bash
```
bash
paddleocr
--image_dir
PaddleOCR/doc/imgs_words_en/word_10.png
--use_angle_cls
true
-
cls
true
-
-det
false
--lang
en
paddleocr
--image_dir
PaddleOCR/doc/imgs_words_en/word_10.png
--use_angle_cls
true
--det
false
--lang
en
```
```
Output will be a list, each item contains text and recognition confidence
Output will be a list, each item contains text and recognition confidence
...
@@ -221,7 +221,7 @@ Output will be a list, each item only contains bounding box
...
@@ -221,7 +221,7 @@ Output will be a list, each item only contains bounding box
*
only recognition
*
only recognition
```
bash
```
bash
paddleocr
--image_dir
PaddleOCR/doc/imgs_words_en/word_10.png
--det
false
--
cls
false
--
lang
en
paddleocr
--image_dir
PaddleOCR/doc/imgs_words_en/word_10.png
--det
false
--lang
en
```
```
Output will be a list, each item contains text and recognition confidence
Output will be a list, each item contains text and recognition confidence
...
@@ -231,7 +231,7 @@ Output will be a list, each item contains text and recognition confidence
...
@@ -231,7 +231,7 @@ Output will be a list, each item contains text and recognition confidence
*
only classification
*
only classification
```
bash
```
bash
paddleocr
--image_dir
PaddleOCR/doc/imgs_words_en/word_10.png
--use_angle_cls
true
-
cls
true
-
-det
false
--rec
false
paddleocr
--image_dir
PaddleOCR/doc/imgs_words_en/word_10.png
--use_angle_cls
true
--det
false
--rec
false
```
```
Output will be a list, each item contains classification result and confidence
Output will be a list, each item contains classification result and confidence
...
@@ -268,7 +268,7 @@ im_show.save('result.jpg')
...
@@ -268,7 +268,7 @@ im_show.save('result.jpg')
### Use by command line
### Use by command line
```
bash
```
bash
paddleocr
--image_dir
PaddleOCR/doc/imgs/11.jpg
--det_model_dir
{
your_det_model_dir
}
--rec_model_dir
{
your_rec_model_dir
}
--rec_char_dict_path
{
your_rec_char_dict_path
}
--cls_model_dir
{
your_cls_model_dir
}
--use_angle_cls
true
--cls
true
paddleocr
--image_dir
PaddleOCR/doc/imgs/11.jpg
--det_model_dir
{
your_det_model_dir
}
--rec_model_dir
{
your_rec_model_dir
}
--rec_char_dict_path
{
your_rec_char_dict_path
}
--cls_model_dir
{
your_cls_model_dir
}
--use_angle_cls
true
```
```
### Use web images or numpy array as input
### Use web images or numpy array as input
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录