Map a datasheet (deterministic index)
extract_document_mapBuild the Document Map of a datasheet PDF: a deterministic, machine-readable index of WHERE every topic lives (pinout, package, mechanical, electrical, timing, thermal, absolute_max, registers, cautions …) and WHAT each page physically looks like (table / prose / vector_drawing / raster_image / blank / honest unknown), including a per-page geometry census (vector paths, ruling lines, raster coverage). No LLM is involved — the same document always yields the same map, cached by SHA-256, so repeat calls are instant. USE IT FIRST, before reading any page of a datasheet: read the candidate pages it recommends and pick your tool per page from anatomy.dominant_form. Do NOT use it to get pin names, dimensions, or ratings — it contains no extracted values (use extract_pinout for pins). Page numbers are physical 1-based PDF pages, not printed labels. Check review.required and the warnings before trusting a degraded map.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| documentPath | Yes | Absolute filesystem path or https:// URL to the datasheet PDF. |