Update README.md
Browse files
README.md
CHANGED
@@ -10,4 +10,13 @@ pipeline_tag: image-text-to-text
|
|
10 |
|
11 |
## Model Summary
|
12 |
|
13 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
|
11 |
## Model Summary
|
12 |
|
13 |
+
TB-OCR-preview (Text Block OCR), created by [Yifei Hu](https://x.com/hu_yifei), is an end-to-end OCR model handling text, math latex, and markdown formats all at once. The model takes a block of text as the input and returns clean markdown output. Headers are marked with `##`. Math expressions are guaranteed to be wrapped in brackets `\( inline math \) \[ display math \]` for easier parsing. This model does not require line-detection or math formula detection.
|
14 |
+
|
15 |
+
**Running the model in 4-bit only requires ~2.8GB VRAM to load and exhibits little to none degradation.**
|
16 |
+
|
17 |
+
This model is recommended to work with **TFT-ID-1.0**[[HF]](https://huggingface.co/yifeihu/TFT-ID-1.0), a text/tale/figure detection model, for full page document parsing.
|
18 |
+
|
19 |
+
![image/png](https://huggingface.co/yifeihu/TB-OCR-preview-0.1/resolve/main/tb-ocr-cover.png)
|
20 |
+
|
21 |
+
## Sample Usage
|
22 |
+
|