Skip to content

Commit 6c06427

Browse files
fix doc (#3580)
1 parent 452cd35 commit 6c06427

File tree

4 files changed

+644
-20
lines changed

4 files changed

+644
-20
lines changed

docs/pipeline_usage/tutorials/ocr_pipelines/formula_recognition.en.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,10 +100,13 @@ The formula recognition pipeline is designed to solve formula recognition tasks
100100
</tbody>
101101
</table>
102102

103-
> ❗ The above list includes the <b>3 core models</b> that are key supported by the text recognition module. The module actually supports a total of <b>6 full models</b>, including several predefined models with different categories. The complete model list is as follows:
103+
> ❗ The above list includes the <b>3 core models</b> that are key supported by the layout detection module. The module actually supports a total of <b>6 full models</b>, including several predefined models with different categories. The complete model list is as follows:
104104
105105
<details><summary> 👉 Details of Model List</summary>
106106

107+
108+
* <b>17-Class Layout Detection Model, including 17 common layout categories: Paragraph Title, Image, Text, Number, Abstract, Content, Figure Caption, Formula, Table, Table Caption, References, Document Title, Footnote, Header, Algorithm, Footer, and Stamp</b>
109+
107110
<table>
108111
<thead>
109112
<tr>
@@ -142,7 +145,8 @@ The formula recognition pipeline is designed to solve formula recognition tasks
142145
</tr>
143146
</tbody></table>
144147

145-
* <b>17-Class Area Detection Model, including 17 common layout categories: Paragraph Title, Image, Text, Number, Abstract, Content, Figure Caption, Formula, Table, Table Caption, References, Document Title, Footnote, Header, Algorithm, Footer, and Stamp</b>
148+
* <b>23-Class Layout Detection Model, including 23 common layout categories: Document Title, Section Title, Text, Page Number, Abstract, Table of Contents, References, Footnotes, Header, Footer, Algorithm, Formula, Formula Number, Image, Figure Caption, Table, Table Caption, Seal, Chart Caption, Chart, Header Image, Footer Image, Sidebar Text</b>
149+
146150
<table>
147151
<thead>
148152
<tr>

docs/pipeline_usage/tutorials/ocr_pipelines/formula_recognition.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,11 +99,11 @@ comments: true
9999
</tbody>
100100
</table>
101101

102-
>以上列出的是文本识别模块重点支持的<b>3个核心模型</b>,该模块总共支持<b>6个全量模型</b>,包含多个预定义了不同类别的模型,完整的模型列表如下:
102+
>以上列出的是版面区域检测模块重点支持的<b>3个核心模型</b>,该模块总共支持<b>6个全量模型</b>,包含多个预定义了不同类别的模型,完整的模型列表如下:
103103
104104
<details><summary> 👉模型列表详情</summary>
105105

106-
* <b>17类区域检测模型,包含17个版面常见类别,分别是:段落标题、图片、文本、数字、摘要、内容、图表标题、公式、表格、表格标题、参考文献、文档标题、脚注、页眉、算法、页脚、印章</b>
106+
* <b>17类版面区域检测模型,包含17个版面常见类别,分别是:段落标题、图片、文本、数字、摘要、内容、图表标题、公式、表格、表格标题、参考文献、文档标题、脚注、页眉、算法、页脚、印章</b>
107107
<table>
108108
<thead>
109109
<tr>
@@ -144,7 +144,7 @@ comments: true
144144
</table>
145145

146146

147-
* <b>版面检测模型,包含23个常见的类别:文档标题、段落标题、文本、页码、摘要、目录、参考文献、脚注、页眉、页脚、算法、公式、公式编号、图像、图表标题、表格、表格标题、印章、图表标题、图表、页眉图像、页脚图像、侧栏文本</b>
147+
* <b>23类版面区域检测模型,包含23个常见的类别:文档标题、段落标题、文本、页码、摘要、目录、参考文献、脚注、页眉、页脚、算法、公式、公式编号、图像、图表标题、表格、表格标题、印章、图表标题、图表、页眉图像、页脚图像、侧栏文本</b>
148148
<table>
149149
<thead>
150150
<tr>

0 commit comments

Comments
 (0)