doc-parsing / library
paddleocr
Capability: paddleocr
Use it when
- PaddleOCR for multilingual OCR pipelines
- OCR scanned docs before embedding for RAG
What it solves
Not the fit when
- tiny install footprint
Install
pip install paddleocr paddlepaddle
Invoke
PaddleOCR().ocr(img_path) for multilingual OCR when tesseract quality is weak.
Alternatives
No reviewed alternatives recorded yet.