# ============================================ # CXInsights - PII Handling Dependencies # ============================================ # Install: pip install -r requirements-pii.txt # ============================================ # === Microsoft Presidio (PII Detection & Anonymization) === presidio-analyzer>=2.2.0,<3.0.0 presidio-anonymizer>=2.2.0,<3.0.0 # === spaCy (NLP backend for Presidio) === spacy>=3.7.0,<4.0.0 # === Spanish language model (run after install) === # python -m spacy download es_core_news_md