Update README.md
Browse files
README.md
CHANGED
@@ -3,12 +3,6 @@ license: apache-2.0
|
|
3 |
pipeline_tag: image-to-text
|
4 |
---
|
5 |
|
6 |
-
该模型为中英文本混合公式与表格LaTeX OCR,详见:https://arxiv.org/abs/2406.17148 。
|
7 |
-
|
8 |
-
This model is designed for mixed Chinese-English text, formula, and table LaTeX OCR. For more details, please refer to: https://arxiv.org/abs/2406.17148.
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
# 使用方法 colab: https://colab.research.google.com/drive/1vj3GKTmHcVor7FRKyk254nXEi9Lu_dhL?usp=sharing :
|
13 |
```python
|
14 |
from transformers import AutoTokenizer, VisionEncoderDecoderModel, AutoImageProcessor
|
|
|
3 |
pipeline_tag: image-to-text
|
4 |
---
|
5 |
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
# 使用方法 colab: https://colab.research.google.com/drive/1vj3GKTmHcVor7FRKyk254nXEi9Lu_dhL?usp=sharing :
|
7 |
```python
|
8 |
from transformers import AutoTokenizer, VisionEncoderDecoderModel, AutoImageProcessor
|