Document-level map structure · Experimental
Multi-page continuation map
Per-document map of which tables continue onto the next PDF page.
In one paragraph
Lists tables flagged `extends_to_page_bottom: true` and points to their continuation cards. Lightweight alternative to the stitched-card variant — instead of fusing the data, gives the model a cross-reference so it knows to request both halves under a two-shot pattern.
How the inputs are generated
Generation · 01Generator script
evaluation_runs/generate_map_variants.py:render_stitch_mapInput sources
- • All pipeline-v0.6.1 cards per document
- • extends_to_page_bottom signal
AI use
No — pure deterministic transformation
OCR / re-OCR
Inherits from the upstream pipeline variant
Approximate processing time
<1 second.
Resource intensity
Low — CPU-only post-processing, runs in seconds
Determinism
Deterministic (same input → same output, byte-identical)
Output location
card_sets/pipeline-v0.7-stitch-map/Cards produced
3 maps (one per document)
Introduced
v0.7 map structures, 2026-05-22.
Evaluation results
Diagnostic · 02Relative to v0.6.1 baseline
not yet evaluated — requires two-shot retrieval harness mode
Related variants
Cross-reference · 06- Per-table card variantCSV with multi-page table stitchingMulti-page tables reunited across the PDF page break. Closes Q-NOAA-CALC-001 for frontier-tier reference; open models still need stronger arithmetic to use it.
- Document-level map structureDocument table-of-contents mapOne card per document listing every detected table with caption, page, and dimensions. Enables two-shot retrieval.