LICENSE
README.md
pyproject.toml
phantom_docs/__init__.py
phantom_docs/cli.py
phantom_docs/config.py
phantom_docs/health.py
phantom_docs/markdown.py
phantom_docs/anonymizer/__init__.py
phantom_docs/anonymizer/deduplicator.py
phantom_docs/anonymizer/engine.py
phantom_docs/anonymizer/models.py
phantom_docs/anonymizer/prompts.py
phantom_docs/anonymizer/variants.py
phantom_docs/audit/__init__.py
phantom_docs/audit/entity_map.py
phantom_docs/audit/report.py
phantom_docs/backends/__init__.py
phantom_docs/backends/factory.py
phantom_docs/backends/ollama_backend.py
phantom_docs/backends/protocol.py
phantom_docs/ingestion/__init__.py
phantom_docs/ingestion/dispatcher.py
phantom_docs/ingestion/docx.py
phantom_docs/ingestion/writer.py
phantom_docs/pdf/__init__.py
phantom_docs/pdf/assembler.py
phantom_docs/pdf/extractor.py
phantom_docs/pdf/ocr.py
phantom_docs/pdf/renderer.py
phantom_docs/pdf/structure.py
phantom_docs/pdf/writer.py
phantom_docs/pipeline/__init__.py
phantom_docs/pipeline/assembler.py
phantom_docs/pipeline/chunker.py
phantom_docs/pipeline/processor.py
phantom_docs/pipeline/runner.py
phantom_docs/prompts/anonymizer/system.md.j2
phantom_docs/ui/__init__.py
phantom_docs/ui/app.py
phantom_docs/ui/components/__init__.py
phantom_docs/ui/components/download_panel.py
phantom_docs/ui/components/file_upload.py
phantom_docs/ui/components/results.py
phantom_docs/ui/components/sidebar.py
phantom_docs/ui/styles/__init__.py
phantom_docs/ui/styles/css.py
phantom_docs/ui/utils/__init__.py
phantom_docs/ui/utils/session_state.py
phantom_documents.egg-info/PKG-INFO
phantom_documents.egg-info/SOURCES.txt
phantom_documents.egg-info/dependency_links.txt
phantom_documents.egg-info/entry_points.txt
phantom_documents.egg-info/requires.txt
phantom_documents.egg-info/top_level.txt
tests/test_anonymizer_deduplicator.py
tests/test_anonymizer_engine.py
tests/test_anonymizer_models.py
tests/test_anonymizer_prompts.py
tests/test_anonymizer_variants.py
tests/test_audit.py
tests/test_backends.py
tests/test_cli.py
tests/test_config.py
tests/test_eval_corpus.py
tests/test_eval_harness.py
tests/test_health.py
tests/test_ingestion_dispatcher.py
tests/test_ingestion_docx.py
tests/test_ingestion_writer.py
tests/test_integration_ollama.py
tests/test_pdf_assembler.py
tests/test_pdf_extractor.py
tests/test_pdf_ocr.py
tests/test_pdf_renderer.py
tests/test_pdf_structure.py
tests/test_pdf_writer.py
tests/test_pipeline_assembler.py
tests/test_pipeline_chunker.py
tests/test_pipeline_processor.py
tests/test_pipeline_runner.py
tests/test_ui.py