lazy_load 功能描述加载并解析pptx文件,转换为字符串列表。不能为一个ZIP bomb文件(具体要求参考BaseLoader) 函数原型def lazy_load() 返回值说明 数据类型 说明 Iterator[Document] 返回langchain中Document对象迭代器。 父主题: PowerPointLoader类