LICENSE
README.md
pyproject.toml
src/docline/__init__.py
src/docline/__main__.py
src/docline/app.py
src/docline/app_models.py
src/docline/cli.py
src/docline/config.py
src/docline/dependencies.py
src/docline/paths.py
src/docline/progress.py
src/docline/quarantine_viewer.py
src/docline/router.py
src/docline/types.py
src/docline.egg-info/PKG-INFO
src/docline.egg-info/SOURCES.txt
src/docline.egg-info/dependency_links.txt
src/docline.egg-info/entry_points.txt
src/docline.egg-info/requires.txt
src/docline.egg-info/top_level.txt
src/docline/_tools/__init__.py
src/docline/_tools/docling_worker.py
src/docline/elt/__init__.py
src/docline/elt/config.py
src/docline/elt/execute.py
src/docline/elt/manifest_models.py
src/docline/elt/models.py
src/docline/elt/orchestrate.py
src/docline/elt/paths.py
src/docline/elt/source_keys.py
src/docline/fetch/__init__.py
src/docline/fetch/crawl.py
src/docline/fetch/html_extract.py
src/docline/fetch/html_normalize.py
src/docline/fetch/http.py
src/docline/fetch/models.py
src/docline/fetch/sitemap.py
src/docline/fetch/staging.py
src/docline/fetch/url_canonical.py
src/docline/fetch/url_policy.py
src/docline/mcp/__init__.py
src/docline/mcp/exceptions.py
src/docline/mcp/server.py
src/docline/process/__init__.py
src/docline/process/assemble.py
src/docline/process/ast_lint.py
src/docline/process/batch_dispatch.py
src/docline/process/canonical_url.py
src/docline/process/correction.py
src/docline/process/cross_doc_links.py
src/docline/process/docfx_includes.py
src/docline/process/docfx_normalize.py
src/docline/process/docfx_tabs.py
src/docline/process/fidelity_scorer.py
src/docline/process/hashing.py
src/docline/process/heading_validation.py
src/docline/process/identity.py
src/docline/process/manifest.py
src/docline/process/metadata.py
src/docline/process/ocr_cap.py
src/docline/process/output.py
src/docline/process/output_contract.py
src/docline/process/page_range.py
src/docline/process/pdf_batch.py
src/docline/process/pdf_triage.py
src/docline/process/prompts.py
src/docline/process/quality_metrics.py
src/docline/process/quarantine.py
src/docline/process/segment.py
src/docline/process/toc_parser.py
src/docline/process/transcripts.py
src/docline/readers/__init__.py
src/docline/readers/documents.py
src/docline/readers/docx.py
src/docline/readers/github.py
src/docline/readers/limits.py
src/docline/readers/mistral.py
src/docline/readers/pdf.py
src/docline/readers/pdf_splitter.py
src/docline/readers/picture_sink.py
src/docline/readers/text.py
src/docline/readers/transcripts.py
src/docline/readers/openapi/__init__.py
src/docline/readers/openapi/convert.py
src/docline/readers/openapi/detect.py
src/docline/readers/openapi/errors.py
src/docline/readers/openapi/loader.py
src/docline/readers/openapi/reader.py
src/docline/readers/openapi/render.py
src/docline/readers/openapi/resolve.py
src/docline/runtime/__init__.py
src/docline/runtime/ocr_budget.py
src/docline/runtime/resource_probe.py
src/docline/schema/__init__.py
src/docline/schema/export.py
src/docline/schema/library.py
src/docline/schema/models.py
tests/test_backlog_persistence_contract.py
tests/test_ci_workflow_lint.py
tests/test_cli_fetch.py
tests/test_cli_ingest.py
tests/test_cli_process.py
tests/test_cli_verbosity.py
tests/test_compare_merge_gap.py
tests/test_execute_fetch.py
tests/test_execute_process_progress.py
tests/test_graphtor_ingestion_contract.py
tests/test_graphtor_real_binary_integration.py
tests/test_markitdown_dependency.py
tests/test_ocr_memory_calibration.py
tests/test_pa3_script_flags.py
tests/test_pdf_mode_flag.py
tests/test_posixify_path.py
tests/test_progress.py
tests/test_router.py
tests/test_seam_lint.py