llama-index readers MarkItDown integration
Project description
LlamaIndex MarkItDown Reader Integration
MarkItDown is a powerful tool that converts various file formats to Markdown.
llama-index-readers-markitdown is an integration that uses MarkItDown to extract text from various file formats, supporting:
- .txt files and text-based files without extension
- .csv, .xml and .json files
- HTML files (.html)
- Presentations (.pptx)
- Word documents (.docx)
- PDF documents (.pdf)
- ZIP files (.zip)
You can install it via:
pip install llama-index-readers-markitdown
And you can use it in your scripts as follows:
from llama_index.readers.markitdown import MarkItDownReader
reader = MarkItDownReader()
documents = reader.load_data("presentation.pptx")
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 llama_index_readers_markitdown-0.1.1.tar.gz.
File metadata
- Download URL: llama_index_readers_markitdown-0.1.1.tar.gz
- Upload date:
- Size: 3.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4bdac3e87d53a1a9f5a5620eda563a668a374d0b1fddec23d86cb8bb0558c6f2
|
|
| MD5 |
9780708a424b211c508045d7c807ef82
|
|
| BLAKE2b-256 |
02a9104c3a9ec3daaad7843efdcd3fafcccebe67054e521df58585217abda8c3
|
File details
Details for the file llama_index_readers_markitdown-0.1.1-py3-none-any.whl.
File metadata
- Download URL: llama_index_readers_markitdown-0.1.1-py3-none-any.whl
- Upload date:
- Size: 3.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8b286d9e08bb519fd38ec0bdcea4e182fdc8d7d6d73a079a45279f022f6f55c7
|
|
| MD5 |
6fc3bc65bd74a29d71716457c29676e2
|
|
| BLAKE2b-256 |
7a9040f40909ec7f553ba88c959d415b774360c12e76371eafb2afc84b42ff7a
|