Update README.md
Browse files
README.md
CHANGED
@@ -20,6 +20,10 @@ CDLA是一个中文文档版面分析数据集,面向中文文献类(论文
|
|
20 |
|
21 |
整理自:[CDLA](https://github.com/buptlihang/CDLA)
|
22 |
|
|
|
|
|
|
|
|
|
23 |
### 使用方式
|
24 |
```python
|
25 |
from datasets import load_dataset
|
|
|
20 |
|
21 |
整理自:[CDLA](https://github.com/buptlihang/CDLA)
|
22 |
|
23 |
+
标注可视化:
|
24 |
+
![](./assets/demo.png)
|
25 |
+
|
26 |
+
|
27 |
### 使用方式
|
28 |
```python
|
29 |
from datasets import load_dataset
|