Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
PaddlePaddle
PaddleHub
提交
6137ac93
P
PaddleHub
项目概览
PaddlePaddle
/
PaddleHub
1 年多 前同步成功
通知
283
Star
12117
Fork
2091
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
200
列表
看板
标记
里程碑
合并请求
4
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
P
PaddleHub
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
200
Issue
200
列表
看板
标记
里程碑
合并请求
4
合并请求
4
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
6137ac93
编写于
12月 16, 2021
作者:
W
wuzewu
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Update ocr docs
上级
029ad3af
变更
16
隐藏空白更改
内联
并排
Showing
16 changed file
with
157 addition
and
253 deletion
+157
-253
modules/image/text_recognition/arabic_ocr_db_crnn_mobile/README.md
...mage/text_recognition/arabic_ocr_db_crnn_mobile/README.md
+12
-20
modules/image/text_recognition/chinese_cht_ocr_db_crnn_mobile/README.md
...text_recognition/chinese_cht_ocr_db_crnn_mobile/README.md
+11
-19
modules/image/text_recognition/cyrillic_ocr_db_crnn_mobile/README.md
...ge/text_recognition/cyrillic_ocr_db_crnn_mobile/README.md
+12
-20
modules/image/text_recognition/devanagari_ocr_db_crnn_mobile/README.md
.../text_recognition/devanagari_ocr_db_crnn_mobile/README.md
+12
-20
modules/image/text_recognition/french_ocr_db_crnn_mobile/README.md
...mage/text_recognition/french_ocr_db_crnn_mobile/README.md
+16
-20
modules/image/text_recognition/french_ocr_db_crnn_mobile/module.py
...mage/text_recognition/french_ocr_db_crnn_mobile/module.py
+1
-1
modules/image/text_recognition/german_ocr_db_crnn_mobile/README.md
...mage/text_recognition/german_ocr_db_crnn_mobile/README.md
+7
-14
modules/image/text_recognition/japan_ocr_db_crnn_mobile/README.md
...image/text_recognition/japan_ocr_db_crnn_mobile/README.md
+7
-14
modules/image/text_recognition/japan_ocr_db_crnn_mobile/module.py
...image/text_recognition/japan_ocr_db_crnn_mobile/module.py
+1
-1
modules/image/text_recognition/kannada_ocr_db_crnn_mobile/README.md
...age/text_recognition/kannada_ocr_db_crnn_mobile/README.md
+13
-21
modules/image/text_recognition/korean_ocr_db_crnn_mobile/README.md
...mage/text_recognition/korean_ocr_db_crnn_mobile/README.md
+16
-20
modules/image/text_recognition/korean_ocr_db_crnn_mobile/module.py
...mage/text_recognition/korean_ocr_db_crnn_mobile/module.py
+1
-1
modules/image/text_recognition/latin_ocr_db_crnn_mobile/README.md
...image/text_recognition/latin_ocr_db_crnn_mobile/README.md
+12
-20
modules/image/text_recognition/multi_languages_ocr_db_crnn/README.md
...ge/text_recognition/multi_languages_ocr_db_crnn/README.md
+12
-22
modules/image/text_recognition/tamil_ocr_db_crnn_mobile/README.md
...image/text_recognition/tamil_ocr_db_crnn_mobile/README.md
+12
-20
modules/image/text_recognition/telugu_ocr_db_crnn_mobile/README.md
...mage/text_recognition/telugu_ocr_db_crnn_mobile/README.md
+12
-20
未找到文件。
modules/image/text_recognition/arabic_ocr_db_crnn_mobile/README.md
浏览文件 @
6137ac93
...
...
@@ -26,26 +26,9 @@
-
### 1、环境依赖
-
PaddleP
addle >= 2.0.2
-
paddlep
addle >= 2.0.2
-
Python >= 3.6
-
PaddleOCR >= 2.0.1 |
[
如何安装PaddleOCR
](
https://github.com/PaddlePaddle/PaddleOCR/blob/release/2.3/doc/doc_ch/quickstart.md#1
)
-
PaddleHub >= 2.0.0 |
[
如何安装paddlehub
](
../../../../docs/docs_ch/get_start/installation.rst
)
-
Paddle2Onnx >= 0.9.0 |
[
如何安装paddle2onnx
](
https://github.com/PaddlePaddle/Paddle2ONNX/blob/develop/README_zh.md
)
-
shapely
-
pyclipper
-
```shell
$ pip3.6 install "paddleocr==2.3.0.2"
$ pip3.6 install shapely -i https://pypi.tuna.tsinghua.edu.cn/simple
$ pip3.6 install pyclipper -i https://pypi.tuna.tsinghua.edu.cn/simple
```
-
**该Module依赖于第三方库shapely和pyclipper,使用该Module之前,请先安装shapely和pyclipper。**
-
paddlehub >= 2.0.0 |
[
如何安装paddlehub
](
../../../../docs/docs_ch/get_start/installation.rst
)
-
### 2、安装
...
...
@@ -67,7 +50,7 @@
```
-
通过命令行方式实现文字识别模型的调用,更多请见
[
PaddleHub命令行指令
](
../../../../docs/docs_ch/tutorial/cmd_usage.rst
)
-
### 2、代码示例
-
### 2、
预测
代码示例
-
```python
import paddlehub as hub
...
...
@@ -171,3 +154,12 @@
# 打印预测结果
print(r.json()["results"])
```
## 五、更新历史
*
1.0.0
初始发布
-
```shell
$ hub install arabic_ocr_db_crnn_mobile==1.0.0
```
modules/image/text_recognition/chinese_cht_ocr_db_crnn_mobile/README.md
浏览文件 @
6137ac93
...
...
@@ -26,26 +26,9 @@
-
### 1、环境依赖
-
PaddleP
addle >= 2.0.2
-
paddlep
addle >= 2.0.2
-
Python >= 3.6
-
PaddleOCR >= 2.0.1 |
[
如何安装PaddleOCR
](
https://github.com/PaddlePaddle/PaddleOCR/blob/release/2.3/doc/doc_ch/quickstart.md#1
)
-
PaddleHub >= 2.0.0 |
[
如何安装paddlehub
](
../../../../docs/docs_ch/get_start/installation.rst
)
-
Paddle2Onnx >= 0.9.0 |
[
如何安装paddle2onnx
](
https://github.com/PaddlePaddle/Paddle2ONNX/blob/develop/README_zh.md
)
-
shapely
-
pyclipper
-
```shell
$ pip3.6 install "paddleocr==2.3.0.2"
$ pip3.6 install shapely -i https://pypi.tuna.tsinghua.edu.cn/simple
$ pip3.6 install pyclipper -i https://pypi.tuna.tsinghua.edu.cn/simple
```
-
**该Module依赖于第三方库shapely和pyclipper,使用该Module之前,请先安装shapely和pyclipper。**
-
paddlehub >= 2.0.0 |
[
如何安装paddlehub
](
../../../../docs/docs_ch/get_start/installation.rst
)
-
### 2、安装
...
...
@@ -171,3 +154,12 @@
# 打印预测结果
print(r.json()["results"])
```
## 五、更新历史
*
1.0.0
初始发布
-
```shell
$ hub install chinese_cht_ocr_db_crnn_mobile==1.0.0
```
modules/image/text_recognition/cyrillic_ocr_db_crnn_mobile/README.md
浏览文件 @
6137ac93
...
...
@@ -26,26 +26,9 @@
-
### 1、环境依赖
-
PaddleP
addle >= 2.0.2
-
paddlep
addle >= 2.0.2
-
Python >= 3.6
-
PaddleOCR >= 2.0.1 |
[
如何安装PaddleOCR
](
https://github.com/PaddlePaddle/PaddleOCR/blob/release/2.3/doc/doc_ch/quickstart.md#1
)
-
PaddleHub >= 2.0.0 |
[
如何安装paddlehub
](
../../../../docs/docs_ch/get_start/installation.rst
)
-
Paddle2Onnx >= 0.9.0 |
[
如何安装paddle2onnx
](
https://github.com/PaddlePaddle/Paddle2ONNX/blob/develop/README_zh.md
)
-
shapely
-
pyclipper
-
```shell
$ pip3.6 install "paddleocr==2.3.0.2"
$ pip3.6 install shapely -i https://pypi.tuna.tsinghua.edu.cn/simple
$ pip3.6 install pyclipper -i https://pypi.tuna.tsinghua.edu.cn/simple
```
-
**该Module依赖于第三方库shapely和pyclipper,使用该Module之前,请先安装shapely和pyclipper。**
-
paddlehub >= 2.0.0 |
[
如何安装paddlehub
](
../../../../docs/docs_ch/get_start/installation.rst
)
-
### 2、安装
...
...
@@ -67,7 +50,7 @@
```
-
通过命令行方式实现文字识别模型的调用,更多请见
[
PaddleHub命令行指令
](
../../../../docs/docs_ch/tutorial/cmd_usage.rst
)
-
### 2、代码示例
-
### 2、
预测
代码示例
-
```python
import paddlehub as hub
...
...
@@ -171,3 +154,12 @@
# 打印预测结果
print(r.json()["results"])
```
## 五、更新历史
*
1.0.0
初始发布
-
```shell
$ hub install cyrillic_ocr_db_crnn_mobile==1.0.0
```
modules/image/text_recognition/devanagari_ocr_db_crnn_mobile/README.md
浏览文件 @
6137ac93
...
...
@@ -26,26 +26,9 @@
-
### 1、环境依赖
-
PaddleP
addle >= 2.0.2
-
paddlep
addle >= 2.0.2
-
Python >= 3.6
-
PaddleOCR >= 2.0.1 |
[
如何安装PaddleOCR
](
https://github.com/PaddlePaddle/PaddleOCR/blob/release/2.3/doc/doc_ch/quickstart.md#1
)
-
PaddleHub >= 2.0.0 |
[
如何安装paddlehub
](
../../../../docs/docs_ch/get_start/installation.rst
)
-
Paddle2Onnx >= 0.9.0 |
[
如何安装paddle2onnx
](
https://github.com/PaddlePaddle/Paddle2ONNX/blob/develop/README_zh.md
)
-
shapely
-
pyclipper
-
```shell
$ pip3.6 install "paddleocr==2.3.0.2"
$ pip3.6 install shapely -i https://pypi.tuna.tsinghua.edu.cn/simple
$ pip3.6 install pyclipper -i https://pypi.tuna.tsinghua.edu.cn/simple
```
-
**该Module依赖于第三方库shapely和pyclipper,使用该Module之前,请先安装shapely和pyclipper。**
-
paddlehub >= 2.0.0 |
[
如何安装paddlehub
](
../../../../docs/docs_ch/get_start/installation.rst
)
-
### 2、安装
...
...
@@ -67,7 +50,7 @@
```
-
通过命令行方式实现文字识别模型的调用,更多请见
[
PaddleHub命令行指令
](
../../../../docs/docs_ch/tutorial/cmd_usage.rst
)
-
### 2、代码示例
-
### 2、
预测
代码示例
-
```python
import paddlehub as hub
...
...
@@ -171,3 +154,12 @@
# 打印预测结果
print(r.json()["results"])
```
## 五、更新历史
*
1.0.0
初始发布
-
```shell
$ hub install devanagari_ocr_db_crnn_mobile==1.0.0
```
modules/image/text_recognition/french_ocr_db_crnn_mobile/README.md
浏览文件 @
6137ac93
...
...
@@ -26,26 +26,9 @@
-
### 1、环境依赖
-
PaddleP
addle >= 2.0.2
-
paddlep
addle >= 2.0.2
-
Python >= 3.6
-
PaddleOCR >= 2.0.1 |
[
如何安装PaddleOCR
](
https://github.com/PaddlePaddle/PaddleOCR/blob/release/2.3/doc/doc_ch/quickstart.md#1
)
-
PaddleHub >= 2.0.0 |
[
如何安装paddlehub
](
../../../../docs/docs_ch/get_start/installation.rst
)
-
Paddle2Onnx >= 0.9.0 |
[
如何安装paddle2onnx
](
https://github.com/PaddlePaddle/Paddle2ONNX/blob/develop/README_zh.md
)
-
shapely
-
pyclipper
-
```shell
$ pip3.6 install "paddleocr==2.3.0.2"
$ pip3.6 install shapely -i https://pypi.tuna.tsinghua.edu.cn/simple
$ pip3.6 install pyclipper -i https://pypi.tuna.tsinghua.edu.cn/simple
```
-
**该Module依赖于第三方库shapely和pyclipper,使用该Module之前,请先安装shapely和pyclipper。**
-
paddlehub >= 2.0.0 |
[
如何安装paddlehub
](
../../../../docs/docs_ch/get_start/installation.rst
)
-
### 2、安装
...
...
@@ -67,7 +50,7 @@
```
-
通过命令行方式实现文字识别模型的调用,更多请见
[
PaddleHub命令行指令
](
../../../../docs/docs_ch/tutorial/cmd_usage.rst
)
-
### 2、代码示例
-
### 2、
预测
代码示例
-
```python
import paddlehub as hub
...
...
@@ -171,3 +154,16 @@
# 打印预测结果
print(r.json()["results"])
```
## 五、更新历史
*
1.0.0
初始发布
*
1.1.0
优化模型
-
```shell
$ hub install french_ocr_db_crnn_mobile==1.1.0
```
modules/image/text_recognition/french_ocr_db_crnn_mobile/module.py
浏览文件 @
6137ac93
...
...
@@ -6,7 +6,7 @@ from paddlehub.module.module import moduleinfo, runnable, serving
@
moduleinfo
(
name
=
"french_ocr_db_crnn_mobile"
,
version
=
"1.
0
.0"
,
version
=
"1.
1
.0"
,
summary
=
"ocr service"
,
author
=
"PaddlePaddle"
,
type
=
"cv/text_recognition"
)
...
...
modules/image/text_recognition/german_ocr_db_crnn_mobile/README.md
浏览文件 @
6137ac93
...
...
@@ -27,18 +27,9 @@
-
### 1、环境依赖
-
paddlepaddle >=
1.8.0
-
paddlepaddle >=
2.0.2
-
paddlehub >= 1.8.0 |
[
如何安装paddlehub
](
../../../../docs/docs_ch/get_start/installation.rst
)
-
shapely
-
pyclipper
-
```shell
$ pip install shapely pyclipper
```
-
**该Module依赖于第三方库shapely和pyclipper,使用该Module之前,请先安装shapely和pyclipper。**
-
paddlehub >= 2.0.0 |
[
如何安装paddlehub
](
../../../../docs/docs_ch/get_start/installation.rst
)
-
### 2、安装
...
...
@@ -58,7 +49,7 @@
-
通过命令行方式实现文字识别模型的调用,更多请见
[
PaddleHub命令行指令
](
../../../../docs/docs_ch/tutorial/cmd_usage.rst
)
-
### 2、代码示例
-
### 2、
预测
代码示例
-
```python
import paddlehub as hub
...
...
@@ -159,13 +150,15 @@
print(r.json()["results"])
```
## 五、更新历史
*
1.0.0
初始发布
*
1.1.0
优化模型
-
```shell
$ hub install german_ocr_db_crnn_mobile==1.
0
.0
$ hub install german_ocr_db_crnn_mobile==1.
1
.0
```
modules/image/text_recognition/japan_ocr_db_crnn_mobile/README.md
浏览文件 @
6137ac93
...
...
@@ -27,18 +27,9 @@
-
### 1、环境依赖
-
paddlepaddle >=
1.8.0
-
paddlepaddle >=
2.0.2
-
paddlehub >= 1.8.0 |
[
如何安装paddlehub
](
../../../../docs/docs_ch/get_start/installation.rst
)
-
shapely
-
pyclipper
-
```shell
$ pip install shapely pyclipper
```
-
**该Module依赖于第三方库shapely和pyclipper,使用该Module之前,请先安装shapely和pyclipper。**
-
paddlehub >= 2.0.0 |
[
如何安装paddlehub
](
../../../../docs/docs_ch/get_start/installation.rst
)
-
### 2、安装
...
...
@@ -58,7 +49,7 @@
```
-
通过命令行方式实现文字识别模型的调用,更多请见
[
PaddleHub命令行指令
](
../../../../docs/docs_ch/tutorial/cmd_usage.rst
)
-
### 2、代码示例
-
### 2、
预测
代码示例
-
```python
import paddlehub as hub
...
...
@@ -160,13 +151,15 @@
print(r.json()["results"])
```
## 五、更新历史
*
1.0.0
初始发布
*
1.1.0
优化模型
-
```shell
$ hub install japan_ocr_db_crnn_mobile==1.
0
.0
$ hub install japan_ocr_db_crnn_mobile==1.
1
.0
```
modules/image/text_recognition/japan_ocr_db_crnn_mobile/module.py
浏览文件 @
6137ac93
...
...
@@ -6,7 +6,7 @@ from paddlehub.module.module import moduleinfo, runnable, serving
@
moduleinfo
(
name
=
"japan_ocr_db_crnn_mobile"
,
version
=
"1.
0
.0"
,
version
=
"1.
1
.0"
,
summary
=
"ocr service"
,
author
=
"PaddlePaddle"
,
type
=
"cv/text_recognition"
)
...
...
modules/image/text_recognition/kannada_ocr_db_crnn_mobile/README.md
浏览文件 @
6137ac93
...
...
@@ -26,31 +26,14 @@
-
### 1、环境依赖
-
PaddleP
addle >= 2.0.2
-
paddlep
addle >= 2.0.2
-
Python >= 3.6
-
PaddleOCR >= 2.0.1 |
[
如何安装PaddleOCR
](
https://github.com/PaddlePaddle/PaddleOCR/blob/release/2.3/doc/doc_ch/quickstart.md#1
)
-
PaddleHub >= 2.0.0 |
[
如何安装paddlehub
](
../../../../docs/docs_ch/get_start/installation.rst
)
-
Paddle2Onnx >= 0.9.0 |
[
如何安装paddle2onnx
](
https://github.com/PaddlePaddle/Paddle2ONNX/blob/develop/README_zh.md
)
-
shapely
-
pyclipper
-
```shell
$ pip3.6 install "paddleocr==2.3.0.2"
$ pip3.6 install shapely -i https://pypi.tuna.tsinghua.edu.cn/simple
$ pip3.6 install pyclipper -i https://pypi.tuna.tsinghua.edu.cn/simple
```
-
**该Module依赖于第三方库shapely和pyclipper,使用该Module之前,请先安装shapely和pyclipper。**
-
paddlehub >= 2.0.0 |
[
如何安装paddlehub
](
../../../../docs/docs_ch/get_start/installation.rst
)
-
### 2、安装
-
```shell
$ hub install kannada_ocr_db_crnn_mobile
$ hub install kannada_ocr_db_crnn_mobile
```
-
如您安装时遇到问题,可参考:
[
零基础windows安装
](
../../../../docs/docs_ch/get_start/windows_quickstart.md
)
|
[
零基础Linux安装
](
../../../../docs/docs_ch/get_start/linux_quickstart.md
)
|
[
零基础MacOS安装
](
../../../../docs/docs_ch/get_start/mac_quickstart.md
)
...
...
@@ -67,7 +50,7 @@
```
-
通过命令行方式实现文字识别模型的调用,更多请见
[
PaddleHub命令行指令
](
../../../../docs/docs_ch/tutorial/cmd_usage.rst
)
-
### 2、代码示例
-
### 2、
预测
代码示例
-
```python
import paddlehub as hub
...
...
@@ -171,3 +154,12 @@
# 打印预测结果
print(r.json()["results"])
```
## 五、更新历史
*
1.0.0
初始发布
-
```shell
$ hub install kannada_ocr_db_crnn_mobile==1.0.0
```
modules/image/text_recognition/korean_ocr_db_crnn_mobile/README.md
浏览文件 @
6137ac93
...
...
@@ -26,26 +26,9 @@
-
### 1、环境依赖
-
PaddleP
addle >= 2.0.2
-
paddlep
addle >= 2.0.2
-
Python >= 3.6
-
PaddleOCR >= 2.0.1 |
[
如何安装PaddleOCR
](
https://github.com/PaddlePaddle/PaddleOCR/blob/release/2.3/doc/doc_ch/quickstart.md#1
)
-
PaddleHub >= 2.0.0 |
[
如何安装paddlehub
](
../../../../docs/docs_ch/get_start/installation.rst
)
-
Paddle2Onnx >= 0.9.0 |
[
如何安装paddle2onnx
](
https://github.com/PaddlePaddle/Paddle2ONNX/blob/develop/README_zh.md
)
-
shapely
-
pyclipper
-
```shell
$ pip3.6 install "paddleocr==2.3.0.2"
$ pip3.6 install shapely -i https://pypi.tuna.tsinghua.edu.cn/simple
$ pip3.6 install pyclipper -i https://pypi.tuna.tsinghua.edu.cn/simple
```
-
**该Module依赖于第三方库shapely和pyclipper,使用该Module之前,请先安装shapely和pyclipper。**
-
paddlehub >= 2.0.0 |
[
如何安装paddlehub
](
../../../../docs/docs_ch/get_start/installation.rst
)
-
### 2、安装
...
...
@@ -67,7 +50,7 @@
```
-
通过命令行方式实现文字识别模型的调用,更多请见
[
PaddleHub命令行指令
](
../../../../docs/docs_ch/tutorial/cmd_usage.rst
)
-
### 2、代码示例
-
### 2、
预测
代码示例
-
```python
import paddlehub as hub
...
...
@@ -171,3 +154,16 @@
# 打印预测结果
print(r.json()["results"])
```
## 五、更新历史
*
1.0.0
初始发布
*
1.1.0
优化模型
-
```shell
$ hub install korean_ocr_db_crnn_mobile==1.1.0
```
modules/image/text_recognition/korean_ocr_db_crnn_mobile/module.py
浏览文件 @
6137ac93
...
...
@@ -6,7 +6,7 @@ from paddlehub.module.module import moduleinfo, runnable, serving
@
moduleinfo
(
name
=
"korean_ocr_db_crnn_mobile"
,
version
=
"1.
0
.0"
,
version
=
"1.
1
.0"
,
summary
=
"ocr service"
,
author
=
"PaddlePaddle"
,
type
=
"cv/text_recognition"
)
...
...
modules/image/text_recognition/latin_ocr_db_crnn_mobile/README.md
浏览文件 @
6137ac93
...
...
@@ -27,26 +27,9 @@
-
### 1、环境依赖
-
PaddleP
addle >= 2.0.2
-
paddlep
addle >= 2.0.2
-
Python >= 3.6
-
PaddleOCR >= 2.0.1 |
[
如何安装PaddleOCR
](
https://github.com/PaddlePaddle/PaddleOCR/blob/release/2.3/doc/doc_ch/quickstart.md#1
)
-
PaddleHub >= 2.0.0 |
[
如何安装paddlehub
](
../../../../docs/docs_ch/get_start/installation.rst
)
-
Paddle2Onnx >= 0.9.0 |
[
如何安装paddle2onnx
](
https://github.com/PaddlePaddle/Paddle2ONNX/blob/develop/README_zh.md
)
-
shapely
-
pyclipper
-
```shell
$ pip3.6 install "paddleocr==2.3.0.2"
$ pip3.6 install shapely -i https://pypi.tuna.tsinghua.edu.cn/simple
$ pip3.6 install pyclipper -i https://pypi.tuna.tsinghua.edu.cn/simple
```
-
**该Module依赖于第三方库shapely和pyclipper,使用该Module之前,请先安装shapely和pyclipper。**
-
paddlehub >= 2.0.0 |
[
如何安装paddlehub
](
../../../../docs/docs_ch/get_start/installation.rst
)
-
### 2、安装
...
...
@@ -68,7 +51,7 @@
```
-
通过命令行方式实现文字识别模型的调用,更多请见
[
PaddleHub命令行指令
](
../../../../docs/docs_ch/tutorial/cmd_usage.rst
)
-
### 2、代码示例
-
### 2、
预测
代码示例
-
```python
import paddlehub as hub
...
...
@@ -172,3 +155,12 @@
# 打印预测结果
print(r.json()["results"])
```
## 五、更新历史
*
1.0.0
初始发布
-
```shell
$ hub install latin_ocr_db_crnn_mobile==1.0.0
```
modules/image/text_recognition/multi_languages_ocr_db_crnn/README.md
浏览文件 @
6137ac93
...
...
@@ -38,26 +38,9 @@
-
### 1、环境依赖
-
PaddleP
addle >= 2.0.2
-
paddlep
addle >= 2.0.2
-
Python >= 3.6
-
PaddleOCR >= 2.0.1 |
[
如何安装PaddleOCR
](
https://github.com/PaddlePaddle/PaddleOCR/blob/release/2.3/doc/doc_ch/quickstart.md#1
)
-
PaddleHub >= 2.0.0 |
[
如何安装paddlehub
](
../../../../docs/docs_ch/get_start/installation.rst
)
-
Paddle2Onnx >= 0.9.0 |
[
如何安装paddle2onnx
](
https://github.com/PaddlePaddle/Paddle2ONNX/blob/develop/README_zh.md
)
-
shapely
-
pyclipper
-
```shell
$ pip3.6 install "paddleocr==2.3.0.2"
$ pip3.6 install shapely -i https://pypi.tuna.tsinghua.edu.cn/simple
$ pip3.6 install pyclipper -i https://pypi.tuna.tsinghua.edu.cn/simple
```
-
**该Module依赖于第三方库shapely和pyclipper,使用该Module之前,请先安装shapely和pyclipper。**
-
paddlehub >= 2.0.0 |
[
如何安装paddlehub
](
../../../../docs/docs_ch/get_start/installation.rst
)
-
### 2、安装
...
...
@@ -79,7 +62,7 @@
```
-
通过命令行方式实现文字识别模型的调用,更多请见
[
PaddleHub命令行指令
](
../../../../docs/docs_ch/tutorial/cmd_usage.rst
)
-
### 2、代码示例
-
### 2、
预测
代码示例
-
```python
import paddlehub as hub
...
...
@@ -186,8 +169,6 @@
print(r.json()["results"])
```
<a
name=
"语种缩写"
></a>
## 五、支持语种及缩写
...
...
@@ -231,3 +212,12 @@
| 乌兹别克文|Uzbek |uz| | 阿瓦尔文|Avar |ava|
| 越南文|Vietnamese |vi| | 阿瓦尔文|Avar |ava|
| 蒙古文|Mongolian |mn| | 阿迪赫文|Adyghe |ady|
## 五、更新历史
*
1.0.0
初始发布
-
```shell
$ hub install multi_languages_ocr_db_crnn==1.0.0
```
modules/image/text_recognition/tamil_ocr_db_crnn_mobile/README.md
浏览文件 @
6137ac93
...
...
@@ -26,26 +26,9 @@
-
### 1、环境依赖
-
PaddleP
addle >= 2.0.2
-
paddlep
addle >= 2.0.2
-
Python >= 3.6
-
PaddleOCR >= 2.0.1 |
[
如何安装PaddleOCR
](
https://github.com/PaddlePaddle/PaddleOCR/blob/release/2.3/doc/doc_ch/quickstart.md#1
)
-
PaddleHub >= 2.0.0 |
[
如何安装paddlehub
](
../../../../docs/docs_ch/get_start/installation.rst
)
-
Paddle2Onnx >= 0.9.0 |
[
如何安装paddle2onnx
](
https://github.com/PaddlePaddle/Paddle2ONNX/blob/develop/README_zh.md
)
-
shapely
-
pyclipper
-
```shell
$ pip3.6 install "paddleocr==2.3.0.2"
$ pip3.6 install shapely -i https://pypi.tuna.tsinghua.edu.cn/simple
$ pip3.6 install pyclipper -i https://pypi.tuna.tsinghua.edu.cn/simple
```
-
**该Module依赖于第三方库shapely和pyclipper,使用该Module之前,请先安装shapely和pyclipper。**
-
paddlehub >= 2.0.0 |
[
如何安装paddlehub
](
../../../../docs/docs_ch/get_start/installation.rst
)
-
### 2、安装
...
...
@@ -67,7 +50,7 @@
```
-
通过命令行方式实现文字识别模型的调用,更多请见
[
PaddleHub命令行指令
](
../../../../docs/docs_ch/tutorial/cmd_usage.rst
)
-
### 2、代码示例
-
### 2、
预测
代码示例
-
```python
import paddlehub as hub
...
...
@@ -171,3 +154,12 @@
# 打印预测结果
print(r.json()["results"])
```
## 五、更新历史
*
1.0.0
初始发布
-
```shell
$ hub install tamil_ocr_db_crnn_mobile==1.0.0
```
modules/image/text_recognition/telugu_ocr_db_crnn_mobile/README.md
浏览文件 @
6137ac93
...
...
@@ -26,26 +26,9 @@
-
### 1、环境依赖
-
PaddleP
addle >= 2.0.2
-
paddlep
addle >= 2.0.2
-
Python >= 3.6
-
PaddleOCR >= 2.0.1 |
[
如何安装PaddleOCR
](
https://github.com/PaddlePaddle/PaddleOCR/blob/release/2.3/doc/doc_ch/quickstart.md#1
)
-
PaddleHub >= 2.0.0 |
[
如何安装paddlehub
](
../../../../docs/docs_ch/get_start/installation.rst
)
-
Paddle2Onnx >= 0.9.0 |
[
如何安装paddle2onnx
](
https://github.com/PaddlePaddle/Paddle2ONNX/blob/develop/README_zh.md
)
-
shapely
-
pyclipper
-
```shell
$ pip3.6 install "paddleocr==2.3.0.2"
$ pip3.6 install shapely -i https://pypi.tuna.tsinghua.edu.cn/simple
$ pip3.6 install pyclipper -i https://pypi.tuna.tsinghua.edu.cn/simple
```
-
**该Module依赖于第三方库shapely和pyclipper,使用该Module之前,请先安装shapely和pyclipper。**
-
paddlehub >= 2.0.0 |
[
如何安装paddlehub
](
../../../../docs/docs_ch/get_start/installation.rst
)
-
### 2、安装
...
...
@@ -67,7 +50,7 @@
```
-
通过命令行方式实现文字识别模型的调用,更多请见
[
PaddleHub命令行指令
](
../../../../docs/docs_ch/tutorial/cmd_usage.rst
)
-
### 2、代码示例
-
### 2、
预测
代码示例
-
```python
import paddlehub as hub
...
...
@@ -171,3 +154,12 @@
# 打印预测结果
print(r.json()["results"])
```
## 五、更新历史
*
1.0.0
初始发布
-
```shell
$ hub install telugu_ocr_db_crnn_mobile==1.0.0
```
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录