Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
s920243400
PaddleOCR
提交
7ad60ca5
P
PaddleOCR
项目概览
s920243400
/
PaddleOCR
与 Fork 源项目一致
Fork自
PaddlePaddle / PaddleOCR
通知
1
Star
1
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
P
PaddleOCR
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
7ad60ca5
编写于
3月 02, 2022
作者:
H
HinGwenWoong
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Fix doc, Make it easier for user to run PPOCRLabel
上级
b949765e
变更
2
显示空白变更内容
内联
并排
Showing
2 changed file
with
16 addition
and
0 deletion
+16
-0
PPOCRLabel/README.md
PPOCRLabel/README.md
+8
-0
PPOCRLabel/README_ch.md
PPOCRLabel/README_ch.md
+8
-0
未找到文件。
PPOCRLabel/README.md
浏览文件 @
7ad60ca5
...
...
@@ -54,6 +54,8 @@ PPOCRLabel can be started in two ways: whl package and Python script. The whl pa
```
bash
pip
install
PPOCRLabel
# install
# Select label mode and run
PPOCRLabel
# [Normal mode] for [detection + recognition] labeling
PPOCRLabel
--kie
True
# [KIE mode] for [detection + recognition + keyword extraction] labeling
```
...
...
@@ -68,6 +70,8 @@ PPOCRLabel --kie True # [KIE mode] for [detection + recognition + keyword extrac
```
bash
pip3
install
PPOCRLabel
pip3
install
trash-cli
# Select label mode and run
PPOCRLabel
# [Normal mode] for [detection + recognition] labeling
PPOCRLabel
--kie
True
# [KIE mode] for [detection + recognition + keyword extraction] labeling
```
...
...
@@ -76,6 +80,8 @@ PPOCRLabel --kie True # [KIE mode] for [detection + recognition + keyword extrac
```
bash
pip3
install
PPOCRLabel
pip3
install
opencv-contrib-python-headless
==
4.2.0.32
# Select label mode and run
PPOCRLabel
# [Normal mode] for [detection + recognition] labeling
PPOCRLabel
--kie
True
# [KIE mode] for [detection + recognition + keyword extraction] labeling
```
...
...
@@ -92,6 +98,8 @@ pip3 install dist/PPOCRLabel-1.0.2-py2.py3-none-any.whl
```
bash
cd
./PPOCRLabel
# Switch to the PPOCRLabel directory
# Select label mode and run
python PPOCRLabel.py
# [Normal mode] for [detection + recognition] labeling
python PPOCRLabel.py
--kie
True
# [KIE mode] for [detection + recognition + keyword extraction] labeling
```
...
...
PPOCRLabel/README_ch.md
浏览文件 @
7ad60ca5
...
...
@@ -57,6 +57,8 @@ PPOCRLabel可通过whl包与Python脚本两种方式启动,whl包形式启动
```
bash
pip
install
PPOCRLabel
# 安装
# 选择标签模式来启动
PPOCRLabel
--lang
ch
# 启动【普通模式】,用于打【检测+识别】场景的标签
PPOCRLabel
--lang
ch
--kie
True
# 启动 【KIE 模式】,用于打【检测+识别+关键字提取】场景的标签
```
...
...
@@ -66,6 +68,8 @@ PPOCRLabel --lang ch --kie True # 启动 【KIE 模式】,用于打【检测+
```
bash
pip3
install
PPOCRLabel
pip3
install
trash-cli
# 选择标签模式来启动
PPOCRLabel
--lang
ch
# 启动【普通模式】,用于打【检测+识别】场景的标签
PPOCRLabel
--lang
ch
--kie
True
# 启动 【KIE 模式】,用于打【检测+识别+关键字提取】场景的标签
```
...
...
@@ -74,6 +78,8 @@ PPOCRLabel --lang ch --kie True # 启动 【KIE 模式】,用于打【检测+
```
bash
pip3
install
PPOCRLabel
pip3
install
opencv-contrib-python-headless
==
4.2.0.32
# 如果下载过慢请添加"-i https://mirror.baidu.com/pypi/simple"
# 选择标签模式来启动
PPOCRLabel
--lang
ch
# 启动【普通模式】,用于打【检测+识别】场景的标签
PPOCRLabel
--lang
ch
--kie
True
# 启动 【KIE 模式】,用于打【检测+识别+关键字提取】场景的标签
```
...
...
@@ -94,6 +100,8 @@ pip3 install dist/PPOCRLabel-1.0.2-py2.py3-none-any.whl -i https://mirror.baidu.
```
bash
cd
./PPOCRLabel
# 切换到PPOCRLabel目录
# 选择标签模式来启动
python PPOCRLabel.py
--lang
ch
# 启动【普通模式】,用于打【检测+识别】场景的标签
python PPOCRLabel.py
--lang
ch
--kie
True
# 启动 【KIE 模式】,用于打【检测+识别+关键字提取】场景的标签
```
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录