"""Segment-index module: maps short IDs (``p1_l0``) to on-page anchors.""" from __future__ import annotations from ix.segmentation.segment_index import PageMetadata, SegmentIndex __all__ = ["PageMetadata", "SegmentIndex"]