langchain/docs/modules
Matt Robinson 1aa41b5741
feat: document loader for image files (#1330)
### Summary

Adds a document loader for image files such as `.jpg` and `.png` files.

### Testing

Run the following using the example document from the [`unstructured`
repo](https://github.com/Unstructured-IO/unstructured/tree/main/example-docs).

```python
from langchain.document_loaders.image import UnstructuredImageLoader

loader = UnstructuredImageLoader("layout-parser-paper-fast.jpg")
loader.load()
```
2023-02-27 14:43:32 -08:00
..
agents Documentation: Minor typo fixes (#1327) 2023-02-27 14:40:43 -08:00
chains Documentation: Minor typo fixes (#1327) 2023-02-27 14:40:43 -08:00
document_loaders feat: document loader for image files (#1330) 2023-02-27 14:43:32 -08:00
indexes bump version to 0.0.95 (#1324) 2023-02-27 07:45:54 -08:00
llms Add Writer, Banana, Modal, StochasticAI (#1270) 2023-02-24 06:58:58 -08:00
memory chroma docs (#1012) 2023-02-12 23:02:01 -08:00
prompts chroma docs (#1012) 2023-02-12 23:02:01 -08:00
utils Fix use case sentence for bash util doc (#1295) 2023-02-26 17:41:03 -08:00
agents.rst Documentation: Minor typo fixes (#1327) 2023-02-27 14:40:43 -08:00
chains.rst Documentation: Minor typo fixes (#1327) 2023-02-27 14:40:43 -08:00
document_loaders.rst Harrison/unstructured support (#903) 2023-02-05 23:02:07 -08:00
indexes.rst improve docs for indexes (#1146) 2023-02-19 23:14:50 -08:00
llms.rst Fix minor error in LLM documentation (#602) 2023-01-12 18:16:32 -08:00
memory.rst Feature: linkcheck-action (#534) (#542) 2023-01-04 21:39:50 -08:00
prompts.rst Feature: linkcheck-action (#534) (#542) 2023-01-04 21:39:50 -08:00
state_of_the_union.txt Docs refactor (#480) 2023-01-02 08:24:09 -08:00
utils.rst Feature: linkcheck-action (#534) (#542) 2023-01-04 21:39:50 -08:00