Update README.md
Browse files
README.md
CHANGED
|
@@ -10,7 +10,9 @@ language:
|
|
| 10 |
- ja
|
| 11 |
- ko
|
| 12 |
pipeline_tag: image-to-text
|
| 13 |
-
library_name:
|
|
|
|
|
|
|
| 14 |
---
|
| 15 |
|
| 16 |
# ONNX model for [GLM-OCR](https://huggingface.co/zai-org/GLM-OCR)
|
|
@@ -206,4 +208,4 @@ This project is inspired by the excellent work of the following projects and com
|
|
| 206 |
|
| 207 |
The GLM-OCR model is released under the MIT License.
|
| 208 |
|
| 209 |
-
The complete OCR pipeline integrates [PP-DocLayoutV3](https://huggingface.co/PaddlePaddle/PP-DocLayoutV3) for document layout analysis, which is licensed under the Apache License 2.0. Users should comply with both licenses when using this project.
|
|
|
|
| 10 |
- ja
|
| 11 |
- ko
|
| 12 |
pipeline_tag: image-to-text
|
| 13 |
+
library_name: onnxruntime
|
| 14 |
+
base_model:
|
| 15 |
+
- zai-org/GLM-OCR
|
| 16 |
---
|
| 17 |
|
| 18 |
# ONNX model for [GLM-OCR](https://huggingface.co/zai-org/GLM-OCR)
|
|
|
|
| 208 |
|
| 209 |
The GLM-OCR model is released under the MIT License.
|
| 210 |
|
| 211 |
+
The complete OCR pipeline integrates [PP-DocLayoutV3](https://huggingface.co/PaddlePaddle/PP-DocLayoutV3) for document layout analysis, which is licensed under the Apache License 2.0. Users should comply with both licenses when using this project.
|