LICENSE
MANIFEST.in
README.md
REDACTION_LOGIC.md
pyproject.toml
requirements.txt
setup.py
configs/api_config.yml
configs/security_compliance.yml
configs/company/acme.yml
examples/adaptive_ensemble_examples.py
examples/all_interfaces_demo.py
examples/api_usage_examples.py
examples/australian_entities_examples.py
examples/complex_1.json
examples/complex_2.json
examples/complex_3.json
examples/complex_4.json
examples/complex_5.json
examples/comprehensive_usage_examples.py
examples/databricks_medical_optimized.py
examples/file_tests_pii.py
examples/gliner_examples.py
examples/minimal_example.py
examples/performance_comparison_demo.py
examples/pii.csv
examples/quick_calibrate.py
examples/quick_start_examples.py
examples/redaction_strategies_examples.py
examples/report_example.py
examples/run_api.py
examples/samples.txt
examples/scan_example.py
examples/test_all_interfaces.py
examples/ultra_complex_examples.py
src/zerophix/__init__.py
src/zerophix/__version__.py
src/zerophix/cli.py
src/zerophix/config.py
src/zerophix.egg-info/PKG-INFO
src/zerophix.egg-info/SOURCES.txt
src/zerophix.egg-info/dependency_links.txt
src/zerophix.egg-info/entry_points.txt
src/zerophix.egg-info/requires.txt
src/zerophix.egg-info/top_level.txt
src/zerophix/api/__init__.py
src/zerophix/api/rest.py
src/zerophix/detectors/__init__.py
src/zerophix/detectors/au_validators.py
src/zerophix/detectors/base.py
src/zerophix/detectors/bert_detector.py
src/zerophix/detectors/custom_detector.py
src/zerophix/detectors/gliner_detector.py
src/zerophix/detectors/openmed_detector.py
src/zerophix/detectors/regex_detector.py
src/zerophix/detectors/spacy_detector.py
src/zerophix/detectors/statistical_detector.py
src/zerophix/eval/__init__.py
src/zerophix/eval/metrics.py
src/zerophix/eval/pdf_deid_benchmark.py
src/zerophix/eval/run_all_evaluations.py
src/zerophix/eval/tab_benchmark.py
src/zerophix/evaluators/__init__.py
src/zerophix/evaluators/bench_azure.py
src/zerophix/models/__init__.py
src/zerophix/models/manager.py
src/zerophix/performance/__init__.py
src/zerophix/performance/batch_processor.py
src/zerophix/performance/model_cache.py
src/zerophix/performance/optimization.py
src/zerophix/performance/text_cache.py
src/zerophix/pipelines/__init__.py
src/zerophix/pipelines/adaptive_ensemble.py
src/zerophix/pipelines/allowlist.py
src/zerophix/pipelines/consensus.py
src/zerophix/pipelines/context.py
src/zerophix/pipelines/post_processors.py
src/zerophix/pipelines/redaction.py
src/zerophix/policies/__init__.py
src/zerophix/policies/loader.py
src/zerophix/processors/__init__.py
src/zerophix/processors/dataframes.py
src/zerophix/processors/documents.py
src/zerophix/redaction/__init__.py
src/zerophix/redaction/strategies.py
src/zerophix/reporting/__init__.py
src/zerophix/reporting/generator.py
src/zerophix/security/__init__.py
src/zerophix/security/compliance.py
src/zerophix/security/encryption.py