LICENSE
MANIFEST.in
README.md
pyproject.toml
data/samples/complex_document.docx
data/samples/complex_document.pdf
data/unittests/README.md
data/unittests/nested_lists.docx
data/unittests/sample_table.docx
data/unittests/test_nested_lists.yaml
data/unittests/test_sample_table.yaml
docchunker/__init__.py
docchunker/chunker.py
docchunker.egg-info/PKG-INFO
docchunker.egg-info/SOURCES.txt
docchunker.egg-info/dependency_links.txt
docchunker.egg-info/requires.txt
docchunker.egg-info/top_level.txt
docchunker/models/__init__.py
docchunker/models/chunk.py
docchunker/processors/__init__.py
docchunker/processors/base_processor.py
docchunker/processors/docx_chunker.py
docchunker/processors/docx_parser.py
docchunker/processors/docx_processor.py
docchunker/processors/pdf_processor.py
docchunker/utils/__init__.py
docchunker/utils/io_utils.py
docchunker/utils/text_utils.py
tests/test_docx_processor.py