Files
langchain/docs/modules/indexes/document_loaders/examples
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-03-26 19:49:46 -07:00
2023-03-26 19:49:46 -07:00
2023-03-28 08:17:22 -07:00
2023-03-26 19:49:46 -07:00
2023-03-26 19:49:46 -07:00
2023-03-26 19:49:46 -07:00
2023-03-26 19:49:46 -07:00
2023-03-27 19:51:34 -07:00
2023-03-26 19:49:46 -07:00
2023-03-26 19:49:46 -07:00
2023-03-26 19:49:46 -07:00
2023-03-26 19:49:46 -07:00
2023-03-26 19:49:46 -07:00
2023-03-26 19:49:46 -07:00
2023-03-26 19:49:46 -07:00
2023-03-26 19:49:46 -07:00
2023-03-26 19:49:46 -07:00
2023-03-26 19:49:46 -07:00
2023-03-26 19:49:46 -07:00
2023-03-26 19:49:46 -07:00
2023-03-26 19:49:46 -07:00
2023-03-26 19:49:46 -07:00
2023-03-26 19:49:46 -07:00
2023-03-26 19:49:46 -07:00
2023-03-26 19:49:46 -07:00
2023-03-26 19:49:46 -07:00
2023-03-26 19:49:46 -07:00
2023-03-26 19:49:46 -07:00
2023-03-26 19:49:46 -07:00
2023-03-26 19:49:46 -07:00
2023-03-26 19:49:46 -07:00
2023-03-26 19:49:46 -07:00
2023-03-26 19:49:46 -07:00
2023-03-27 16:28:08 -07:00
2023-03-26 19:49:46 -07:00
2023-03-26 19:49:46 -07:00