LICENSE
README.md
pyproject.toml
pdf2dotmd/__init__.py
pdf2dotmd/cli.py
pdf2dotmd/converter.py
pdf2dotmd/image_extractor.py
pdf2dotmd/layout_analyzer.py
pdf2dotmd/page_processor.py
pdf2dotmd/plugin_cli.py
pdf2dotmd/plugins.py
pdf2dotmd/table_processor.py
pdf2dotmd/text_block.py
pdf2dotmd/utils.py
pdf2dotmd.egg-info/PKG-INFO
pdf2dotmd.egg-info/SOURCES.txt
pdf2dotmd.egg-info/dependency_links.txt
pdf2dotmd.egg-info/entry_points.txt
pdf2dotmd.egg-info/requires.txt
pdf2dotmd.egg-info/top_level.txt
pdf2dotmd/backends/__init__.py
pdf2dotmd/backends/base.py
pdf2dotmd/backends/docling_backend.py
pdf2dotmd/backends/pdfplumber_backend.py