pcb_get_schematic_page
Retrieve extracted text, components, and net labels for a specific schematic PDF page. Optionally render the page as an image for visual inspection.
Instructions
Get extracted text and annotations for a specific schematic PDF page. Returns page text, detected components, and net labels. If pymupdf is installed, can also render the page as an image.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | Session ID from pcb_parse_schematic_pdf | |
| page_number | Yes | 1-based page number | |
| render_image | No | Render page to PNG image (requires pymupdf) |