LICENSE
README.md
setup.py
datafog/__about__.py
datafog/__init__.py
datafog/__init___lean.py
datafog/__init___original.py
datafog/agent.py
datafog/client.py
datafog/config.py
datafog/core.py
datafog/engine.py
datafog/exceptions.py
datafog/main.py
datafog/main_lean.py
datafog/main_original.py
datafog/telemetry.py
datafog.egg-info/PKG-INFO
datafog.egg-info/SOURCES.txt
datafog.egg-info/dependency_links.txt
datafog.egg-info/entry_points.txt
datafog.egg-info/requires.txt
datafog.egg-info/top_level.txt
datafog/models/__init__.py
datafog/models/annotator.py
datafog/models/anonymizer.py
datafog/models/common.py
datafog/models/spacy_nlp.py
datafog/processing/__init__.py
datafog/processing/image_processing/__init__.py
datafog/processing/image_processing/donut_processor.py
datafog/processing/image_processing/image_downloader.py
datafog/processing/image_processing/pytesseract_processor.py
datafog/processing/spark_processing/__init__.py
datafog/processing/spark_processing/pyspark_udfs.py
datafog/processing/text_processing/__init__.py
datafog/processing/text_processing/gliner_annotator.py
datafog/processing/text_processing/spacy_pii_annotator.py
datafog/processing/text_processing/regex_annotator/__init__.py
datafog/processing/text_processing/regex_annotator/regex_annotator.py
datafog/services/__init__.py
datafog/services/image_service.py
datafog/services/spark_service.py
datafog/services/text_service.py
datafog/services/text_service_lean.py
datafog/services/text_service_original.py
tests/test_agent_api.py
tests/test_anonymizer.py
tests/test_cli_smoke.py
tests/test_client.py
tests/test_detection_accuracy.py
tests/test_donut_lazy_import.py
tests/test_engine_api.py
tests/test_gliner_annotator.py
tests/test_image_service.py
tests/test_install_profiles.py
tests/test_main.py
tests/test_no_network_core.py
tests/test_ocr_integration.py
tests/test_regex_annotator.py
tests/test_runtime_dependency_safety.py
tests/test_spark_integration.py
tests/test_telemetry.py
tests/test_text_service.py
tests/test_text_service_integration.py
tests/test_v44_bridge_api.py