Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
---
|
2 |
-
title: Presidio
|
3 |
-
emoji:
|
4 |
colorFrom: purple
|
5 |
colorTo: gray
|
6 |
sdk: docker
|
@@ -8,4 +8,13 @@ app_port: 7860
|
|
8 |
license: mit
|
9 |
---
|
10 |
|
11 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
title: Presidio De Identify
|
3 |
+
emoji: 🔬🅿🧠
|
4 |
colorFrom: purple
|
5 |
colorTo: gray
|
6 |
sdk: docker
|
|
|
8 |
license: mit
|
9 |
---
|
10 |
|
11 |
+
get_timestamp_prefix: Time-stamping with Central timezone flair.
|
12 |
+
nlp_engine_and_registry: Loads NLP models with enthusiasm.
|
13 |
+
analyzer_engine: Sets up the PHI detector.
|
14 |
+
get_supported_entities: Lists PHI targets.
|
15 |
+
analyze: Spots sensitive data.
|
16 |
+
anonymize: Hides PHI with style.
|
17 |
+
create_ad_hoc_deny_list_recognizer: Builds a blocklist for PHI.
|
18 |
+
save_pdf: Saves uploads to disk.
|
19 |
+
read_pdf: Extracts text from PDFs.
|
20 |
+
create_pdf: Generates anonymized PDFs.
|