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
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
..
_static docs: increase width (#1049) 1 year ago
ecosystem Harrison/deeplake (#1316) 1 year ago
getting_started add reqs (#918) 1 year ago
modules feat: document loader for image files (#1330) 1 year ago
reference Harrison/deeplake (#1316) 1 year ago
tracing Make Tools own model, add ToolKit Concept (#1095) 1 year ago
use_cases bump version to 0.0.95 (#1324) 1 year ago
Makefile Feature: linkcheck-action (#534) (#542) 1 year ago
conf.py improve css (#615) 1 year ago
deployments.md add docs for steamship deployment (#949) 1 year ago
ecosystem.rst Docs refactor (#480) 1 year ago
gallery.rst update gallery with slack bot (#1177) 1 year ago
glossary.md Feature: linkcheck-action (#534) (#542) 1 year ago
index.rst improve docs for indexes (#1146) 1 year ago
make.bat initial commit 2 years ago
reference.rst Feature: linkcheck-action (#534) (#542) 1 year ago
requirements.txt Docs refactor (#480) 1 year ago
tracing.md Harrison/tracing docs (#806) 1 year ago