Open a saved drawing analysis (offline)
load_analysisLoad a saved drawing analysis JSON to register a drawing for quality control plan and export tools, enabling offline use without uploads or credits.
Instructions
Open a drawing analysis JSON saved earlier (analyze_drawing with save_analysis_to, or the Imnoo FileStore analysis document) and register it as a drawing for the plan and export tools. Fully offline — no upload, no daily credit. Pass pdf_path as well so the drawing exports can draw on the original PDF and write next to it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pdf_path | No | path to the matching drawing PDF (needed for the ballooned/package PDF exports) | |
| drawing_id | No | id to register the drawing under (default: the analysis id, else the file name) | |
| analysis_path | Yes | path to the analysis JSON |