Files
langchain/docs/modules/document_loaders/examples
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-26 17:26:37 -08:00
2023-02-15 22:47:30 -08:00
2023-02-24 07:22:48 -08:00
2023-02-08 00:35:33 -08:00
2023-02-20 22:54:26 -08:00
2023-02-08 12:00:47 -08:00
2023-02-17 15:15:02 -08:00
2023-02-24 07:38:24 -08:00
2023-02-18 08:13:54 -08:00
2023-02-12 23:02:01 -08:00
2023-02-08 00:35:33 -08:00
2023-02-08 00:35:33 -08:00
2023-02-18 10:58:39 -08:00
2023-02-09 08:12:22 -08:00