LICENSE
README.md
pyproject.toml
src/documa/__init__.py
src/documa/cli.py
src/documa.egg-info/PKG-INFO
src/documa.egg-info/SOURCES.txt
src/documa.egg-info/dependency_links.txt
src/documa.egg-info/entry_points.txt
src/documa.egg-info/requires.txt
src/documa.egg-info/top_level.txt
src/documa/adapters/__init__.py
src/documa/adapters/base.py
src/documa/adapters/markdown_adapter.py
src/documa/adapters/pymupdf_adapter.py
src/documa/core/__init__.py
src/documa/core/encoding.py
src/documa/core/errors.py
src/documa/core/image_filtering.py
src/documa/core/ir.py
src/documa/core/language.py
src/documa/core/serialization.py
src/documa/core/text_normalization.py
src/documa/demo/__init__.py
src/documa/demo/block_reading.py
src/documa/exporters/__init__.py
src/documa/exporters/base.py
src/documa/exporters/block_json.py
src/documa/exporters/json_exporter.py
src/documa/exporters/markdown.py
src/documa/exporters/rag_json.py
src/documa/interfaces/__init__.py
src/documa/interfaces/mcp_server.py
src/documa/interfaces/tool_schemas.py
src/documa/interfaces/tools.py
src/documa/pipeline/__init__.py
src/documa/pipeline/base.py
src/documa/pipeline/block_keywords.py
src/documa/pipeline/block_tree.py
src/documa/pipeline/captions.py
src/documa/pipeline/chunking.py
src/documa/pipeline/footnotes.py
src/documa/pipeline/images.py
src/documa/pipeline/inline_semantics.py
src/documa/pipeline/layout.py
src/documa/pipeline/page_refs.py
src/documa/pipeline/paragraphs.py
src/documa/pipeline/provenance.py
src/documa/pipeline/reading_order.py
src/documa/pipeline/relations.py
src/documa/pipeline/runner.py
src/documa/pipeline/tables.py
src/documa/pipeline/toc.py
src/documa/quality/__init__.py
src/documa/quality/benchmark.py
src/documa/quality/doctor.py
src/documa/quality/fixture_manifest.py
src/documa/storage/__init__.py
src/documa/storage/assets.py
tests/test_encoding.py
tests/test_fixture_manifest.py
tests/test_interfaces_and_cli.py
tests/test_ir_models.py
tests/test_language_and_normalization.py
tests/test_markdown_query_model.py
tests/test_pdf_chat_like_example.py
tests/test_pdf_chat_like_web_example.py
tests/test_pipeline_stage3.py
tests/test_pipeline_stage4.py
tests/test_pipeline_stage5.py
tests/test_pymupdf_adapter.py
tests/test_stage10_block_reading.py
tests/test_stage11_block_demo.py
tests/test_stage6_tool_interfaces.py
tests/test_stage7_benchmark.py
tests/test_stage8_release_readiness.py
tests/test_stage9_processing_pipeline.py