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