Update README.md
Browse files
README.md
CHANGED
|
@@ -144,7 +144,10 @@ for res in output:
|
|
| 144 |
## PaddleOCR-VL-0.9B Usage with transformers
|
| 145 |
|
| 146 |
|
| 147 |
-
Currently, we support inference using the PaddleOCR-VL-0.9B model with the `transformers` library, which can recognize texts, formulas, tables, and chart elements. In the future, we plan to support full document parsing inference with `transformers`. Below is a simple script we provide to support inference using the PaddleOCR-VL-0.9B model with `transformers`.
|
|
|
|
|
|
|
|
|
|
| 148 |
|
| 149 |
|
| 150 |
```python
|
|
|
|
| 144 |
## PaddleOCR-VL-0.9B Usage with transformers
|
| 145 |
|
| 146 |
|
| 147 |
+
Currently, we support inference using the PaddleOCR-VL-0.9B model with the `transformers` library, which can recognize texts, formulas, tables, and chart elements. In the future, we plan to support full document parsing inference with `transformers`. Below is a simple script we provide to support inference using the PaddleOCR-VL-0.9B model with `transformers`.
|
| 148 |
+
|
| 149 |
+
> [!NOTE]
|
| 150 |
+
> Note: We currently recommend using the official method for inference, as it is faster and supports page-level document parsing. The example code below only supports element-level recognition.
|
| 151 |
|
| 152 |
|
| 153 |
```python
|