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() ``` |
||
---|---|---|
.. | ||
parsers | ||
__init__.py | ||
test_arxiv.py | ||
test_bigquery.py | ||
test_bilibili.py | ||
test_blockchain.py | ||
test_bshtml.py | ||
test_confluence.py | ||
test_dataframe.py | ||
test_duckdb.py | ||
test_email.py | ||
test_facebook_chat.py | ||
test_figma.py | ||
test_gitbook.py | ||
test_ifixit.py | ||
test_json_loader.py | ||
test_modern_treasury.py | ||
test_odt.py | ||
test_pdf.py | ||
test_python.py | ||
test_sitemap.py | ||
test_slack.py | ||
test_spreedly.py | ||
test_stripe.py | ||
test_telegram.py | ||
test_url_playwright.py | ||
test_url.py | ||
test_whatsapp_chat.py |