ningpp commited on
Commit
7f2b55c
·
verified ·
1 Parent(s): 8df6196

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -10,7 +10,9 @@ language:
10
  - ja
11
  - ko
12
  pipeline_tag: image-to-text
13
- library_name: transformers
 
 
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.