LICENSE
README.md
pyproject.toml
src/documa/__init__.py
src/documa/cli.py
src/documa/install.py
src/documa/viewer.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/docx_adapter.py
src/documa/adapters/email_adapter.py
src/documa/adapters/html_adapter.py
src/documa/adapters/ipynb_adapter.py
src/documa/adapters/markdown_adapter.py
src/documa/adapters/pptx_adapter.py
src/documa/adapters/pymupdf_adapter.py
src/documa/adapters/registry.py
src/documa/adapters/rust_pdf_adapter.py
src/documa/collections/__init__.py
src/documa/collections/email_collection.py
src/documa/collections/registry.py
src/documa/collections/sqlite_index.py
src/documa/core/__init__.py
src/documa/core/block_scope.py
src/documa/core/doc_regions.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/query.py
src/documa/core/reading.py
src/documa/core/schema_validation.py
src/documa/core/serialization.py
src/documa/core/snippet_windows.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/answer_support.py
src/documa/interfaces/citation.py
src/documa/interfaces/mcp_lifecycle.py
src/documa/interfaces/mcp_server.py
src/documa/interfaces/retrieval_policy.py
src/documa/interfaces/search_ranking.py
src/documa/interfaces/token_counting.py
src/documa/interfaces/tool_profiles.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/ocr.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/quality/ir_diff.py
src/documa/quality/metrics_layout_roles.py
src/documa/quality/metrics_reading_order.py
src/documa/quality/metrics_relations.py
src/documa/quality/metrics_table_teds.py
src/documa/search/__init__.py
src/documa/search/hnsw.py
src/documa/search/sidecar.py
src/documa/storage/__init__.py
src/documa/storage/assets.py
tests/test_answer_support.py
tests/test_citation_tools.py
tests/test_collection_incremental.py
tests/test_collection_index.py
tests/test_document_format_adapters.py
tests/test_document_registry.py
tests/test_e2e_ingest_cite_flow.py
tests/test_email_ipynb_adapter_units.py
tests/test_encoding.py
tests/test_fixture_manifest.py
tests/test_guarded_install.py
tests/test_interfaces_and_cli.py
tests/test_ir_models.py
tests/test_ir_snapshot_regression.py
tests/test_keyword_provider.py
tests/test_language_and_normalization.py
tests/test_markdown_query_model.py
tests/test_mcp_stdio_watchdog.py
tests/test_ocr_stage.py
tests/test_p1_p2_retrieval.py
tests/test_packaging_contract.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_quality_metrics.py
tests/test_quality_relation_metrics.py
tests/test_query_efficiency.py
tests/test_reading_order_v2.py
tests/test_registry_locking.py
tests/test_rust_pdf_adapter.py
tests/test_schema_compatibility.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
tests/test_universal_viewer.py