Files
langchain/docs
Matt Robinson 3dfe1cf60e feat: document loader for epublications (#2202)
### Summary

Adds a new document loader for processing e-publications. Works with
`unstructured>=0.5.4`. You need to have
[`pandoc`](https://pandoc.org/installing.html) installed for this loader
to work.

### Testing

```python
from langchain.document_loaders import UnstructuredEPubLoader

loader = UnstructuredEPubLoader("winter-sports.epub", mode="elements")
data = loader.load()
data[0]
```
2023-03-30 20:45:31 -07:00
..
2023-02-15 23:07:01 -08:00
2023-02-26 22:35:04 -08:00
2023-03-27 16:28:08 -07:00
2023-03-18 19:55:05 -07:00
2023-01-02 08:24:09 -08:00
2023-03-26 19:49:46 -07:00
2023-03-27 00:15:24 -04:00
2022-10-24 14:51:15 -07:00
2023-03-30 08:20:30 -07:00
2023-01-29 20:49:35 -08:00