Add metadata
Browse filesThis PR adds `library_name: paddle-ocr` and language metadata.
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)
|
|
|