LICENSE
README.md
pyproject.toml
setup.py
docprocessor/__init__.py
docprocessor/config.py
docprocessor/exceptions.py
docprocessor/processor.py
docprocessor.egg-info/PKG-INFO
docprocessor.egg-info/SOURCES.txt
docprocessor.egg-info/dependency_links.txt
docprocessor.egg-info/requires.txt
docprocessor.egg-info/top_level.txt
docprocessor/core/__init__.py
docprocessor/core/chunker.py
docprocessor/core/extractor.py
docprocessor/core/ocr.py
docprocessor/core/summarizer.py
docprocessor/integrations/__init__.py
docprocessor/integrations/meilisearch_indexer.py
tests/test_chunker.py
tests/test_config.py
tests/test_exceptions.py
tests/test_extractor.py
tests/test_meilisearch.py
tests/test_processor.py
tests/test_summarizer.py