diff --git a/src/postprocessing/report_word.py b/src/postprocessing/report_word.py index d5eb520..a9538e8 100644 --- a/src/postprocessing/report_word.py +++ b/src/postprocessing/report_word.py @@ -1530,7 +1530,6 @@ class WaterQualityReportGenerator: h3 = doc.add_heading("去除耀斑后的影像:", level=3) self._style_heading(h3, level=3) self._add_image_with_caption(doc, str(deglint_img), "去除耀斑后的影像", width=Inches(5.5)) - self._add_ai_analysis_paragraph(doc, glint_analysis) # 5. 采样点分布图 sampling_map_dir = vis_dir / "sampling_maps"