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