Files
langchain-python/langchain
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-20 22:54:15 -08:00
2023-02-24 07:09:10 -08:00
2023-01-15 16:45:16 -08:00
2023-02-24 07:37:58 -08:00
2023-02-20 21:43:02 -08:00
2023-02-27 07:45:54 -08:00
2023-02-26 17:53:57 -08:00
2023-02-25 08:59:52 -08:00
2023-02-22 22:29:43 -08:00
2023-02-24 07:13:47 -08:00
2023-02-26 22:35:04 -08:00
2022-10-24 14:51:15 -07:00
2022-11-12 11:22:32 -08:00
2022-12-18 21:51:23 -05:00
2022-12-06 21:55:02 -08:00
2023-02-20 21:15:45 -08:00
2023-01-19 14:48:30 -08:00