mirror of
https://github.com/hwchase17/langchain
synced 2024-10-29 17:07:25 +00:00
3637d6da6e
# ODF File Loader Adds a data loader for handling Open Office ODT files. Requires `unstructured>=0.6.3`. ### Testing The following should work using the `fake.odt` example doc from the [`unstructured` repo](https://github.com/Unstructured-IO/unstructured). ```python from langchain.document_loaders import UnstructuredODTLoader loader = UnstructuredODTLoader(file_path="fake.odt", mode="elements") loader.load() loader = UnstructuredODTLoader(file_path="fake.odt", mode="single") loader.load() ``` |
||
---|---|---|
.. | ||
fake_discord_data | ||
test_repo1@7e525a3b91 | ||
conllu.conllu | ||
facebook_chat.json | ||
fake_conversations.json | ||
fake_rule.toml | ||
fake-content.html | ||
fake-email.eml | ||
fake-email.msg | ||
fake-power-point.pptx | ||
fake.docx | ||
fake.odt | ||
layout-parser-paper.pdf | ||
mlb_teams_2012.csv | ||
notebook.ipynb | ||
telegram.json | ||
testing.enex | ||
testmw_pages_current.xml | ||
whatsapp_chat.txt |