You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
langchain/docs/modules
Matt Robinson c46478d70e 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()
```
1 year ago
..
agents Documentation: Minor typo fixes (#1327) 1 year ago
chains Documentation: Minor typo fixes (#1327) 1 year ago
document_loaders feat: document loader for image files (#1330) 1 year ago
indexes bump version to 0.0.95 (#1324) 1 year ago
llms Add Writer, Banana, Modal, StochasticAI (#1270) 1 year ago
memory chroma docs (#1012) 1 year ago
prompts chroma docs (#1012) 1 year ago
utils drop network capabilities by default, example on using networking 1 year ago
agents.rst Documentation: Minor typo fixes (#1327) 1 year ago
chains.rst Documentation: Minor typo fixes (#1327) 1 year ago
document_loaders.rst Harrison/unstructured support (#903) 1 year ago
indexes.rst improve docs for indexes (#1146) 1 year ago
llms.rst Fix minor error in LLM documentation (#602) 1 year ago
memory.rst Feature: linkcheck-action (#534) (#542) 1 year ago
prompts.rst Feature: linkcheck-action (#534) (#542) 1 year ago
state_of_the_union.txt Docs refactor (#480) 1 year ago
utils.rst Feature: linkcheck-action (#534) (#542) 1 year ago