yujunhuinlp
commited on
Update README_EN.md
Browse files- README_EN.md +35 -1
README_EN.md
CHANGED
@@ -88,10 +88,44 @@ In this open source project, we have prioritized the development of lightweight
|
|
88 |
</div>
|
89 |
|
90 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
91 |
## License
|
92 |
|
93 |
This project utilizes certain datasets and checkpoints that are subject to their respective original licenses. Users must comply with all terms and conditions of these original licenses. The content of this project itself is licensed under the [Apache license 2.0](./LICENSE.txt).
|
94 |
|
95 |
## License
|
96 |
|
97 |
-
The source code of this repository follows the open-source license Apache 2.0. The 360LayoutAnalysis model open-source model supports commercial use. If you need to use this model and its derivative models for commercial purposes, please apply through the email ([[email protected]](mailto:[email protected])), and see the specific license agreement in ["360LayoutAnalysis Model Open Source Model License"](./360LayoutAnalysis开源模型许可证.txt).
|
|
|
|
88 |
</div>
|
89 |
|
90 |
|
91 |
+
### 3.3 publaynet
|
92 |
+
|
93 |
+
- Label Categories
|
94 |
+
|
95 |
+
| Element | Name |
|
96 |
+
| ------- | --------------------- |
|
97 |
+
| text | Main Text (Paragraph) |
|
98 |
+
| title | Title |
|
99 |
+
| figure | Image |
|
100 |
+
| list | List |
|
101 |
+
| table | Table |
|
102 |
+
|
103 |
+
- Example
|
104 |
+
|
105 |
+
<div align="center">
|
106 |
+
<img src="./case/publaynet/case1.jpg" width="50%" height="50%">
|
107 |
+
<img src="./case/publaynet/case2.jpg" width="50%" height="50%">
|
108 |
+
</div>
|
109 |
+
|
110 |
+
### 3.4 General Layout
|
111 |
+
|
112 |
+
- Label category
|
113 |
+
|
114 |
+
| Element | Name |
|
115 |
+
| -------- | --------- |
|
116 |
+
| Text | Main text |
|
117 |
+
| Title | Title |
|
118 |
+
| Figure | List |
|
119 |
+
| Table | |
|
120 |
+
| Equation | Image |
|
121 |
+
|
122 |
+
|
123 |
+
|
124 |
## License
|
125 |
|
126 |
This project utilizes certain datasets and checkpoints that are subject to their respective original licenses. Users must comply with all terms and conditions of these original licenses. The content of this project itself is licensed under the [Apache license 2.0](./LICENSE.txt).
|
127 |
|
128 |
## License
|
129 |
|
130 |
+
The source code of this repository follows the open-source license Apache 2.0. The 360LayoutAnalysis model open-source model supports commercial use. If you need to use this model and its derivative models for commercial purposes, please apply through the email ([[email protected]](mailto:[email protected])), and see the specific license agreement in ["360LayoutAnalysis Model Open Source Model License"](./360LayoutAnalysis开源模型许可证.txt).
|
131 |
+
|