docs: add attribution README
Browse files
README.md
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
---
|
| 4 |
+
|
| 5 |
+
# PaddleOCR-VL 1.6
|
| 6 |
+
|
| 7 |
+
Self-hosted mirror of [PaddlePaddle/PaddleOCR-VL-1.6](https://huggingface.co/PaddlePaddle/PaddleOCR-VL-1.6)
|
| 8 |
+
(Apache-2.0), a vision-language OCR model used by the candle backend in
|
| 9 |
+
[xberg](https://github.com/xberg-io/xberg). Weights are unmodified; every file is sha256-pinned in the
|
| 10 |
+
xberg source tree (`crates/xberg/src/candle_ocr/paddleocr-vl-1.6.sha256`) and verified at download.
|
| 11 |
+
|
| 12 |
+
Supported tasks: OCR, Table, Formula, Chart.
|