pcb_parse_schematic_pdf
Parse schematic PDFs to extract component references, net labels, and page data, optionally linking to an existing layout session for cross-referencing.
Instructions
Parse a PDF schematic to extract component references, net labels, and page data. Uses text-layer extraction (requires pymupdf for full support). If session_id provided, attaches schematic data to existing layout session for cross-reference.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Path to the schematic PDF file | |
| session_id | No | Optional session ID to attach schematic data to an existing layout session |