File size: 286 Bytes
67495fe | 1 2 3 4 5 6 7 8 9 | """pdfsys-parser-vlm — VLM extraction backend.
Handles the "needs-ocr AND complex content" branch (tables, formulas,
heavy mixed layouts). Reads the cached LayoutDocument and only routes
complex regions through a VLM (MinerU 2.5 / PaddleOCR-VL). GPU path.
"""
__version__ = "0.0.1"
|