#2674·agentscope

[错误]: PPTParser 会默默丢弃分组形状内的文本和图像

作者: iluv7创建于 2026年9月17日更新于 2026年9月17日
  • _parse_slide iterates only the top-level shapes and never descends into GroupShape children (grpSp element). The fix is to walk shapes recursively: when a shape exposes .shapes (a GroupShape), apply the same text-frame/table/picture dispatch to its children.

内容来源: agentscope-ai/agentscope