improved

🔒Simplified Compliance with entity groups

By introducing aliases like HIPAA for PHI entities, users can simplify their anonymization efforts and maintain regulatory compliance effortlessly. Have ideas for more entity groups? Share them with us for even greater convenience!

params = {
    'entities': 'HIPAA'  # Pass aliases for group of entities
}

will be interpreted as:

params = {
		'entities': 'Name,Address,Zip Code,Date,Phone Number,Fax Number, Email addres, Social Security Number, ...'
}