Presidio Integration
Integrate OpenRegister with Microsoft Presidio Analyzer for advanced entity extraction and PII (Personally Identifiable Information) detection for GDPR compliance.
Overview
Presidio Analyzer is Microsoft's open-source PII detection service that provides:
- ✅ High Accuracy: 90-98% precision for PII detection
- ✅ Multi-language Support: 50+ languages including Dutch
- ✅ GDPR Compliance: Built specifically for GDPR/CCPA requirements
- ✅ Self-hosted: Run locally in Docker
- ✅ Extensible: Add custom recognizers
Prerequisites
- Nextcloud 28+ with OpenRegister installed
- Docker and Docker Compose
- At least 2GB RAM
- Presidio Analyzer container (included in docker-compose.yml)
Quick Start
Step 1: Start Presidio Container
Presidio is included in the docker-compose configuration:
# Start all services including Presidio
docker-compose up -d
# Or specifically start Presidio
docker-compose up -d presidio-analyzer