pcb_generate_docx_report
Generate a DOCX design review report that combines board renders, schematic images, and analysis findings from a PCB review session into a structured document.
Instructions
Generate a professional DOCX design review report with embedded board renders, schematic images, and analysis findings. Requires python-docx and cairosvg.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | Report title (default: 'PCB Design Review Report') | |
| subtitle | No | Report subtitle (e.g. project/board name) | |
| image_dir | No | Directory containing pre-rendered PNG images (from pcb_export_all_renders). If omitted, renders are generated automatically. | |
| session_id | Yes | Session ID from pcb_parse_layout (must have run design review first) | |
| output_path | No | Output .docx file path. If omitted, writes to temp file. |