Files
langchain/docs
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
..
2023-02-15 23:07:01 -08:00
2023-02-26 22:35:04 -08:00
2023-02-06 20:30:03 -08:00
2023-02-26 22:35:04 -08:00
2023-02-27 07:45:54 -08:00
2023-01-14 07:39:29 -08:00
2023-01-02 08:24:09 -08:00
2023-02-19 23:14:50 -08:00
2022-10-24 14:51:15 -07:00
2023-01-02 08:24:09 -08:00
2023-01-29 20:49:35 -08:00