docs: Added documentation to use SuryaOCR via plugin docling-surya (#2533)

* docs: Added documentation to use SuryaOCR via plugin `docling-surya`

Signed-off-by: Harry Ho <kho7@student.umgc.edu>

* Add PyPI link for docling-surya package

Added a link to the PyPI page for docling-surya.

Signed-off-by: Harry Ho <4719770+harrykhh@users.noreply.github.com>

* Add licensing note for SuryaOCR integration

Added important licensing note regarding SuryaOCR integration. 

Signed-off-by: Harry Ho <4719770+harrykhh@users.noreply.github.com>

* Ran linter to reformat

Signed-off-by: Harry Ho <4719770+harrykhh@users.noreply.github.com>

---------

Signed-off-by: Harry Ho <kho7@student.umgc.edu>
Signed-off-by: Harry Ho <4719770+harrykhh@users.noreply.github.com>
Co-authored-by: Harry Ho <kho7@student.umgc.edu>
This commit is contained in:
Harry Ho
2025-11-19 22:27:24 +08:00
committed by GitHub
parent 03e7c7d924
commit b216ad848d
3 changed files with 56 additions and 1 deletions

View File

@@ -92,6 +92,7 @@ nav:
- "Force full page OCR": examples/full_page_ocr.py
- "Automatic OCR language detection with tesseract": examples/tesseract_lang_detection.py
- "RapidOCR with custom OCR models": examples/rapidocr_with_custom_models.py
- "SuryaOCR with custom OCR models": examples/suryaocr_with_custom_models.py
- "Accelerator options": examples/run_with_accelerator.py
- "Detect and obfuscate PII": examples/pii_obfuscate.py
- "Simple translation": examples/translate.py