Add metadata (#1)
Browse files- Add metadata (02187e4e544ef32ae1b05e181ccb0f135467d0ee)
Co-authored-by: Niels Rogge <nielsr@users.noreply.huggingface.co>
README.md
CHANGED
@@ -1,5 +1,9 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
3 |
---
|
4 |
|
5 |
# PP-DocLayout-L
|
@@ -123,5 +127,4 @@ For details about usage command and descriptions of parameters, please refer to
|
|
123 |
|
124 |
[PaddleOCR Repo](https://github.com/paddlepaddle/paddleocr)
|
125 |
|
126 |
-
[PaddleOCR Documentation](https://paddlepaddle.github.io/PaddleOCR/latest/en/index.html)
|
127 |
-
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
library_name: paddle-ocr
|
4 |
+
language:
|
5 |
+
- en
|
6 |
+
- zh
|
7 |
---
|
8 |
|
9 |
# PP-DocLayout-L
|
|
|
127 |
|
128 |
[PaddleOCR Repo](https://github.com/paddlepaddle/paddleocr)
|
129 |
|
130 |
+
[PaddleOCR Documentation](https://paddlepaddle.github.io/PaddleOCR/latest/en/index.html)
|
|