pdfsys bootstrap
chore: bootstrap pdfsys workspace with 7 package skeletons
67495fe
raw
history blame contribute delete
346 Bytes
"""pdfsys-layout-analyser — page layout detection.
Runs exactly once per PDF on the needs-ocr branch; the produced
LayoutDocument is cached and read by both pdfsys-router (stage-B decision)
and the downstream parser backends (pipeline / vlm).
Model candidates: PP-DocLayoutV3, docling-layout-heron (OpenVINO INT8).
"""
__version__ = "0.0.1"