pdfsys bootstrap
chore: bootstrap pdfsys workspace with 7 package skeletons
67495fe
raw
history blame contribute delete
286 Bytes
"""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"