GovTools
Document-level map structure
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 · 01
Generator script
evaluation_runs/generate_map_variants.py:render_stitch_map
Input 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 · 02
Relative to v0.6.1 baseline
not yet evaluated — requires two-shot retrieval harness mode

Related variants

Cross-reference · 06
← Back to all variants