# PII Detection in Python — Local, Rust-Powered

> Detect names, emails, phone numbers, SSNs, MRNs, and addresses in Python without sending data to a cloud API.

Canonical: https://omna.dev/pii-detection-python

```python
import omna
entities = omna.detect("Jane Doe, MRN 123456, jane@example.com")
```
