Inspect one mapped page (Tier-2 detail)
inspect_document_pageTier-2 detail for ONE page of an already-mapped datasheet: the full measured anatomy (text metrics, MuPDF geometry census, structural geometry signals), the page's own headings and first lines, and which modules claim the page. Use it AFTER extract_document_map, when the Tier-1 index says a page matters and its one-line summary is not enough. Pass the document.sha256 from the map (served free from cache). Set include_physical=true ONLY when you truly need the raw positioned tokens/vector paths — that payload can weigh hundreds of KB for one dense page. Read-only; never rebuilds, never bills.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | Yes | Physical 1-based PDF page number to inspect. | |
| documentRef | Yes | The document.sha256 from a prior extract_document_map result (preferred), or the same document path/URL. | |
| include_physical | No | Include the raw MuPDF physical reconstruction (positioned tokens, vector paths). Heavy — default false. |