.gitignore
.python-version
CHANGELOG.md
CONTRIBUTING.md
INSTALL.md
LICENSE
MANIFEST.in
Makefile
PROJECT_SUMMARY.md
QUICKSTART.md
README.md
pyproject.toml
requirements-dev.txt
requirements.txt
setup.py
.github/workflows/publish.yml
docs/ARCHITECTURE.md
docs/FFMPEG_AUDIO.md
docs/IMAGE_EXTRACTION.md
examples/README.md
examples/example_01_full_pipeline.py
examples/example_02_step_by_step.py
examples/example_03_custom_chunking.py
examples/example_04_batch_processing.py
examples/example_05_image_summarization.py
examples/example_06_advanced_usage.py
markitdown_chunker/__init__.py
markitdown_chunker/chunker.py
markitdown_chunker/cli.py
markitdown_chunker/converter.py
markitdown_chunker/exporter.py
markitdown_chunker/processor.py
markitdown_chunker.egg-info/PKG-INFO
markitdown_chunker.egg-info/SOURCES.txt
markitdown_chunker.egg-info/dependency_links.txt
markitdown_chunker.egg-info/entry_points.txt
markitdown_chunker.egg-info/requires.txt
markitdown_chunker.egg-info/top_level.txt
tests/__init__.py
tests/test_chunker.py
tests/test_converter.py