LICENSE
README.md
__main__.py
pyproject.toml
setup.py
enclose.egg-info/PKG-INFO
enclose.egg-info/SOURCES.txt
enclose.egg-info/dependency_links.txt
enclose.egg-info/entry_points.txt
enclose.egg-info/requires.txt
enclose.egg-info/top_level.txt
processor/__init__.py
processor/__main__.py
processor/converters/__init__.py
processor/converters/markdown_converter.py
processor/converters/pdf_converter.py
processor/core/__init__.py
processor/core/document_processor.py
processor/utils/__init__.py
processor/utils/file_utils.py
processor/utils/html_utils.py
processor/utils/metadata_utils.py
processor/utils/ocr_processor.py
tests/test_cli.py
tests/test_document_processor.py
tests/test_file_utils.py
tests/test_html_utils.py
tests/test_markdown_converter.py
tests/test_metadata_utils.py
tests/test_ocr_processor.py
tests/test_pdf_converter.py