lazy_load
Function
Loads and parses .pptx file and converts it into a character string list. The file cannot be a ZIP bomb file. For details, see BaseLoader.
Prototype
def lazy_load()
Return Value
Data Type |
Description |
|---|---|
Iterator[Document] |
Iterator of the Document object in LangChain. |
Parent topic: PowerPointLoader