Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
weixin_41840029
PaddleOCR
提交
ce21ad83
P
PaddleOCR
项目概览
weixin_41840029
/
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看板
提交
ce21ad83
编写于
7月 01, 2022
作者:
文幕地方
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
update docs
上级
8d46a1fb
变更
5
显示空白变更内容
内联
并排
Showing
5 changed file
with
44 addition
and
44 deletion
+44
-44
ppstructure/docs/models_list.md
ppstructure/docs/models_list.md
+6
-7
ppstructure/docs/models_list_en.md
ppstructure/docs/models_list_en.md
+6
-7
ppstructure/infer.sh
ppstructure/infer.sh
+4
-0
ppstructure/vqa/README.md
ppstructure/vqa/README.md
+12
-13
ppstructure/vqa/README_ch.md
ppstructure/vqa/README_ch.md
+16
-17
未找到文件。
ppstructure/docs/models_list.md
浏览文件 @
ce21ad83
# PP-Structure 系列模型列表
-
[
PP-Structure 系列模型列表
](
#pp-structure-系列模型列表
)
-
[
1. 版面分析模型
](
#1-版面分析模型
)
-
[
2. OCR和表格识别模型
](
#2-ocr和表格识别模型
)
-
[
1. 版面分析模型
](
#1-版面分析模型
)
-
[
2. OCR和表格识别模型
](
#2-ocr和表格识别模型
)
-
[
2.1 OCR
](
#21-ocr
)
-
[
2.2 表格识别模型
](
#22-表格识别模型
)
-
[
3. VQA模型
](
#3-vqa模型
)
-
[
4. KIE模型
](
#4-kie模型
)
-
[
3. VQA模型
](
#3-vqa模型
)
-
[
4. KIE模型
](
#4-kie模型
)
<a
name=
"1"
></a>
...
...
ppstructure/docs/models_list_en.md
浏览文件 @
ce21ad83
# PP-Structure Model list
-
[
PP-Structure Model list
](
#pp-structure-model-list
)
-
[
1. Layout Analysis
](
#1-layout-analysis
)
-
[
2. OCR and Table Recognition
](
#2-ocr-and-table-recognition
)
-
[
1. Layout Analysis
](
#1-layout-analysis
)
-
[
2. OCR and Table Recognition
](
#2-ocr-and-table-recognition
)
-
[
2.1 OCR
](
#21-ocr
)
-
[
2.2 Table Recognition
](
#22-table-recognition
)
-
[
3. VQA
](
#3-vqa
)
-
[
4. KIE
](
#4-kie
)
-
[
3. VQA
](
#3-vqa
)
-
[
4. KIE
](
#4-kie
)
<a
name=
"1"
></a>
...
...
ppstructure/infer.sh
0 → 100644
浏览文件 @
ce21ad83
python3.7 vqa/predict_vqa_token_ser.py
--vqa_algorithm
=
LayoutXLM
--ser_model_dir
=
../models/ser_LayoutXLM_xfun_zh/infer
--ser_dict_path
=
../train_data/XFUND/class_list_xfun.txt
--image_dir
=
docs/vqa/input/zh_val_42.jpg
python3.7 tools/infer_vqa_token_ser_re.py
-c
configs/vqa/re/layoutxlm.yml
-o
Architecture.Backbone.checkpoints
=
models/re_LayoutXLM_xfun_zh/ Global.infer_img
=
ppstructure/docs/vqa/input/zh_val_21.jpg
-c_ser
configs/vqa/ser/layoutxlm.yml
-o_ser
Architecture.Backbone.checkpoints
=
models/ser_LayoutXLM_xfun_zh/
\ No newline at end of file
ppstructure/vqa/README.md
浏览文件 @
ce21ad83
English |
[
简体中文
](
README_ch.md
)
-
[
Document Visual Question Answering
](
#document-visual-question-answering
)
-
[
1 Introduction
](
#1-introduction
)
-
[
2. Performance
](
#2-performance
)
-
[
3. Effect demo
](
#3-effect-demo
)
-
[
1 Introduction
](
#1-introduction
)
-
[
2. Performance
](
#2-performance
)
-
[
3. Effect demo
](
#3-effect-demo
)
-
[
3.1 SER
](
#31-ser
)
-
[
3.2 RE
](
#32-re
)
-
[
4. Install
](
#4-install
)
-
[
4. Install
](
#4-install
)
-
[
4.1 Install dependencies
](
#41-install-dependencies
)
-
[
5.3 RE
](
#53-re
)
-
[
6. Reference Links
](
#6-reference-links
)
-
[
License
](
#license
)
-
[
6. Reference Links
](
#6-reference-links
)
-
[
License
](
#license
)
# Document Visual Question Answering
...
...
ppstructure/vqa/README_ch.md
浏览文件 @
ce21ad83
[
English
](
README.md
)
| 简体中文
-
[
文档视觉问答(DOC-VQA)
](
#文档视觉问答doc-vqa
)
-
[
1. 简介
](
#1-简介
)
-
[
2. 性能
](
#2-性能
)
-
[
3. 效果演示
](
#3-效果演示
)
-
[
1. 简介
](
#1-简介
)
-
[
2. 性能
](
#2-性能
)
-
[
3. 效果演示
](
#3-效果演示
)
-
[
3.1 SER
](
#31-ser
)
-
[
3.2 RE
](
#32-re
)
-
[
4. 安装
](
#4-安装
)
-
[
4. 安装
](
#4-安装
)
-
[
4.1 安装依赖
](
#41-安装依赖
)
-
[
4.2 安装PaddleOCR(包含 PP-OCR 和 VQA)
](
#42-安装paddleocr包含-pp-ocr-和-vqa
)
-
[
5. 使用
](
#5-使用
)
-
[
5. 使用
](
#5-使用
)
-
[
5.1 数据和预训练模型准备
](
#51-数据和预训练模型准备
)
-
[
5.2 SER
](
#52-ser
)
-
[
5.3 RE
](
#53-re
)
-
[
6. 参考链接
](
#6-参考链接
)
-
[
License
](
#license
)
-
[
6. 参考链接
](
#6-参考链接
)
-
[
License
](
#license
)
# 文档视觉问答(DOC-VQA)
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录