Document format loaders for Stache AI (EPUB, DOCX, PPTX)
Project description
stache-ai-documents
Document format loaders for Stache AI.
Provides loaders for EPUB, DOCX (Word), and PPTX (PowerPoint) files.
Installation
pip install stache-ai-documents
Supported Formats
- EPUB - eBook format
- DOCX - Microsoft Word documents
- PPTX - Microsoft PowerPoint presentations
Usage
Once installed, the loaders automatically register and handle their respective file types:
from stache_ai.loaders import load_document
# EPUB
text = load_document("book.epub")
# DOCX
text = load_document("document.docx")
# PPTX
text = load_document("presentation.pptx")
The loaders extract text content while preserving document structure where appropriate.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file stache_ai_documents-0.1.0.tar.gz.
File metadata
- Download URL: stache_ai_documents-0.1.0.tar.gz
- Upload date:
- Size: 2.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9abac55fdd4cace42c0b22f6256143fbba4d98d489a211e1491a1fc3ede8888f
|
|
| MD5 |
ee181eaf97e40635bc217e2702bdd155
|
|
| BLAKE2b-256 |
abfc1d1ff1a14ee2f1539fd8698961780426279ff83572db3280081c79d2040b
|
File details
Details for the file stache_ai_documents-0.1.0-py3-none-any.whl.
File metadata
- Download URL: stache_ai_documents-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
036e679dd192a5ffb7b254482de9f457eecf24955e1015810e594a8ef986ce4e
|
|
| MD5 |
765010cb2746004a3ddaa83d65f2c576
|
|
| BLAKE2b-256 |
599b55d98eac1e1952f8f7ad5e60ac8f56be3ae70d4c95c0be39cc52d5330100
|