Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
PaddlePaddle
PaddleOCR
提交
9471054e
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看板
提交
9471054e
编写于
1月 20, 2022
作者:
qq_25193841
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Update joinus and thirdparty
Update joinus and thirdparty
上级
0a0f3c17
变更
2
隐藏空白更改
内联
并排
Showing
2 changed file
with
10 addition
and
17 deletion
+10
-17
doc/doc_ch/thirdparty.md
doc/doc_ch/thirdparty.md
+10
-17
doc/joinus.PNG
doc/joinus.PNG
+0
-0
未找到文件。
doc/doc_ch/thirdparty.md
浏览文件 @
9471054e
...
...
@@ -16,22 +16,15 @@ PaddleOCR希望可以通过AI的力量助力任何一位有梦想的开发者实
### 1.1 基于PaddleOCR的社区项目
-
【最新】
[
FastOCRLabel
](
https://gitee.com/BaoJianQiang/FastOCRLabel
)
:完整的C#版本标注工具 (@
[
包建强
](
https://gitee.com/BaoJianQiang
)
)
#### 1.1.1 通用工具
-
[
DangoOCR离线版
](
https://github.com/PantsuDango/DangoOCR
)
:通用型桌面级即时翻译工具 (@
[
PantsuDango
](
https://github.com/PantsuDango
)
)
-
[
scr2txt
](
https://github.com/lstwzd/scr2txt
)
:截屏转文字工具 (@
[
lstwzd
](
https://github.com/lstwzd
)
)
-
[
AI Studio项目
](
https://aistudio.baidu.com/aistudio/projectdetail/1054614?channelType=0&channel=0
)
:英文视频自动生成字幕( @
[
叶月水狐
](
https://aistudio.baidu.com/aistudio/personalcenter/thirdview/322052
)
)
#### 1.1.2 垂类场景工具
-
[
id_card_ocr
](
https://github.com/baseli/id_card_ocr
)
:身份证复印件识别(@
[
baseli
](
https://github.com/baseli
)
)
-
[
Paddle_Table_Image_Reader
](
https://github.com/thunder95/Paddle_Table_Image_Reader
)
:能看懂表格图片的数据助手(@
[
thunder95
](
https://github.com/thunder95]
)
)
#### 1.1.3 前后处理
-
[
paddleOCRCorrectOutputs
](
https://github.com/yuranusduke/paddleOCRCorrectOutputs
)
:获取OCR识别结果的key-value(@
[
yuranusduke
](
https://github.com/yuranusduke
)
)
| 类别 | 项目 | 描述 | 开发者 |
| -------- | ------------------------------------------------------------ | -------------------------- | ------------------------------------------------------------ |
| 通用工具 |
[
FastOCRLabel
](
https://gitee.com/BaoJianQiang/FastOCRLabel
)
| 完整的C#版本标注GUI |
[
包建强
](
https://gitee.com/BaoJianQiang
)
|
| 通用工具 |
[
DangoOCR离线版
](
https://github.com/PantsuDango/DangoOCR
)
| 通用型桌面级即时翻译GUI |
[
PantsuDango
](
https://github.com/PantsuDango
)
|
| 通用工具 |
[
scr2txt
](
https://github.com/lstwzd/scr2txt
)
| 截屏转文字GUI |
[
lstwzd
](
https://github.com/lstwzd
)
|
| 垂类工具 |
[
AI Studio项目
](
https://aistudio.baidu.com/aistudio/projectdetail/1054614?channelType=0&channel=0
)
| 英文视频自动生成字幕 |
[
叶月水狐
](
https://aistudio.baidu.com/aistudio/personalcenter/thirdview/322052
)
|
| 垂类工具 |
[
id_card_ocr
](
https://github.com/baseli/id_card_ocr
)
| 身份证复印件识别 |
[
baseli
](
https://github.com/baseli
)
|
| 垂类工具 |
[
Paddle_Table_Image_Reader
](
https://github.com/thunder95/Paddle_Table_Image_Reader
)
| 能看懂表格图片的数据助手 |
[
thunder95
](
https://github.com/thunder95]
)
|
| 前后处理 |
[
paddleOCRCorrectOutputs
](
https://github.com/yuranusduke/paddleOCRCorrectOutputs
)
| 获取OCR识别结果的key-value |
[
yuranusduke
](
https://github.com/yuranusduke
)
|
### 1.2 为PaddleOCR新增功能
...
...
@@ -71,7 +64,7 @@ PaddleOCR非常欢迎社区贡献以PaddleOCR为核心的各种服务、部署
-
提交代码前请再三确认不会引入新的bug,并在PR中描述优化点。如果该PR解决了某个issue,请在PR中连接到该issue。所有的PR都应该遵守附录3中的
[
3.2.10 提交代码的一些约定。
](
./code_and_doc.md/#提交代码的一些约定
)
-
请在提交之前参考下方的
[
附录3:Pull Request说明
](
./code_and_doc.md
/
#附录3
)
。如果您对git的提交流程不熟悉,同样可以参考附录3的3.2节。
-
请在提交之前参考下方的
[
附录3:Pull Request说明
](
./code_and_doc.md#附录3
)
。如果您对git的提交流程不熟悉,同样可以参考附录3的3.2节。
**最后请在PR的题目中加上标签`【third-party】` , 在说明中@Evezerest,拥有此标签的PR将会被高优处理**
。
...
...
doc/joinus.PNG
查看替换文件 @
0a0f3c17
浏览文件 @
9471054e
189.3 KB
|
W:
|
H:
199.5 KB
|
W:
|
H:
2-up
Swipe
Onion skin
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录