LICENSE
README.md
pyproject.toml
hush_engine/__init__.py
hush_engine/analyze_feedback.py
hush_engine/detection_config.py
hush_engine/image_optimizer.py
hush_engine/library_manager.py
hush_engine/locale_manager.py
hush_engine/rpc_server.py
hush_engine/scrub_image.py
hush_engine/scrub_spreadsheet.py
hush_engine.egg-info/PKG-INFO
hush_engine.egg-info/SOURCES.txt
hush_engine.egg-info/dependency_links.txt
hush_engine.egg-info/requires.txt
hush_engine.egg-info/top_level.txt
hush_engine/anonymizers/__init__.py
hush_engine/anonymizers/image_anonymizer.py
hush_engine/anonymizers/spreadsheet_anonymizer.py
hush_engine/calibration/__init__.py
hush_engine/calibration/weight_calibrator.py
hush_engine/data/__init__.py
hush_engine/data/cities_database.py
hush_engine/data/companies_database.py
hush_engine/data/countries_database.py
hush_engine/data/curated_names.py
hush_engine/data/names_database.py
hush_engine/data/negative_gazetteer.py
hush_engine/data/popular_names/__init__.py
hush_engine/data/popular_names/generated_popular_names.py
hush_engine/detectors/__init__.py
hush_engine/detectors/address_verifier.py
hush_engine/detectors/barcode_detector.py
hush_engine/detectors/barcode_detector_pyzbar.py
hush_engine/detectors/company_verifier.py
hush_engine/detectors/credential_entropy.py
hush_engine/detectors/face_detector.py
hush_engine/detectors/face_detector_cv.py
hush_engine/detectors/feature_extractor.py
hush_engine/detectors/heuristic_verifier.py
hush_engine/detectors/lgbm_ner.py
hush_engine/detectors/lgbm_preloader.py
hush_engine/detectors/locale.py
hush_engine/detectors/medical_recognizer.py
hush_engine/detectors/ocr_filter.py
hush_engine/detectors/person_recognizer.py
hush_engine/detectors/pii_detector.py
hush_engine/detectors/qr_detector.py
hush_engine/detectors/qr_detector_cv.py
hush_engine/detectors/spatial_filter.py
hush_engine/detectors/table_detector.py
hush_engine/detectors/validators.py
hush_engine/nlp/__init__.py
hush_engine/nlp/nltagger_engine.py
hush_engine/ocr/__init__.py
hush_engine/ocr/vision_ocr.py
hush_engine/pdf/__init__.py
hush_engine/pdf/pdf_processor.py
hush_engine/preprocessing/__init__.py
hush_engine/preprocessing/image_optimizer.py
hush_engine/preprocessing/text_normalizer.py
hush_engine/ui/__init__.py
hush_engine/ui/file_router.py
hush_engine/utils/__init__.py
hush_engine/utils/lazy_loader.py
tests/test_image_pipeline.py
tests/test_spreadsheet_scrubbing.py
tests/test_vision_ocr.py