Country-specific PII recognizers for Microsoft Presidio
Project description
UnifyAi PII
Country-specific PII recognizers for Microsoft Presidio - Easy loading of Aadhaar, PAN, SSN, and other country-specific PII detectors.
Features
- 🌍 Multi-country support: India, USA, UK, Spain, Italy, Australia, Singapore, Poland, Finland
- 🔌 Simple API: Load recognizers with
load_country_recognizers('IN') - 🚀 Built on Presidio: Leverages Microsoft Presidio's proven PII detection
- 📦 Zero configuration: Works out of the box with sensible defaults
Installation
pip install unifyai-pii
from presidio_country_recognizers import create_analyzer_with_countries
analyzer = create_analyzer_with_countries(['IN', 'US'])
results = analyzer.analyze(
text="My Aadhaar is 234123412346 and SSN is 078-05-1120",
language="en"
)
for result in results:
print(f"Found {result.entity_type}: {result.score}")
Repository: https://github.com/Vivek5143/unifyai-pii
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
unifyai_pii-0.1.0.tar.gz
(10.3 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file unifyai_pii-0.1.0.tar.gz.
File metadata
- Download URL: unifyai_pii-0.1.0.tar.gz
- Upload date:
- Size: 10.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d5a36bb3a825418c5f4310a90a860b53cbd189d9535eeb5915668bd85bf2152f
|
|
| MD5 |
91c30bf1912c0c6815be9244583c0227
|
|
| BLAKE2b-256 |
dd8b6042775bd8b849bd02567a6e582cdd2c124574059766cd47adf0f32b2ea4
|
File details
Details for the file unifyai_pii-0.1.0-py3-none-any.whl.
File metadata
- Download URL: unifyai_pii-0.1.0-py3-none-any.whl
- Upload date:
- Size: 11.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c858eb8a9c5e3ba4676603766102c8f0aef189d7d9791aea97944126968e7b87
|
|
| MD5 |
10ad43a19a732268e0f2da2986f9001c
|
|
| BLAKE2b-256 |
825cce78112dfe6079813e9d3e16acca1f23f18b32b8e391efc1468c65f44d17
|