lazy_load
Function
Loads and parses image files.
Prototype
def lazy_load()
Return Value
Data Type |
Description |
|---|---|
Iterator[Document] |
Iterator of the Document object in LangChain. |
Parent topic: ImageLoader
Loads and parses image files.
def lazy_load()
Data Type |
Description |
|---|---|
Iterator[Document] |
Iterator of the Document object in LangChain. |