You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Both default to the high-precision entity set (`EMAIL`, `PHONE`,
31
+
`CREDIT_CARD`, `SSN`); noisier types are opt-in.
19
32
20
33
## Installation
21
34
@@ -42,7 +55,7 @@ pip install datafog[all]
42
55
Python 3.13 support is certified for the core SDK, CLI, `nlp`,
43
56
`nlp-advanced`, and `ocr` install profiles. Donut OCR still requires a model
44
57
that is available locally before runtime use. `distributed` and `all` are not
45
-
newly certified on Python 3.13 in the 4.5 line.
58
+
newly certified on Python 3.13 in the 4.x line.
46
59
47
60
## Quick Start
48
61
@@ -117,7 +130,7 @@ Use the engine that matches your accuracy and dependency constraints:
117
130
118
131
-`regex`:
119
132
- Fastest and always available.
120
-
- Best for default structured entities: `EMAIL`, `PHONE`, `SSN`, `CREDIT_CARD`, `IP_ADDRESS`, `DATE`, `ZIP_CODE`.
133
+
- Best for default structured entities: `EMAIL`, `PHONE`, `SSN`, `CREDIT_CARD`, `IP_ADDRESS`, `DOB`, `ZIP`.
121
134
- Use `locales=["de"]` for German structured IDs such as `DE_VAT_ID`, `DE_IBAN`, `DE_TAX_ID`, `DE_POSTAL_CODE`, and passport or residence permit numbers.
122
135
-`spacy`:
123
136
- Requires `pip install datafog[nlp]`.
@@ -131,7 +144,7 @@ Use the engine that matches your accuracy and dependency constraints:
131
144
132
145
## Optional OCR And Spark Surfaces
133
146
134
-
DataFog 4.5 keeps the main package story centered on lightweight text PII
147
+
The 4.x line keeps the main package story centered on lightweight text PII
135
148
screening. OCR and Spark remain supported optional surfaces for users who
136
149
already rely on them, but they are not required for the core import, default
137
150
scan/redact helpers, or guardrail helpers.
@@ -151,7 +164,7 @@ scan/redact helpers, or guardrail helpers.
151
164
- A Java runtime is required by PySpark.
152
165
153
166
OCR and Spark are not deprecated. Their broader API and packaging overhaul is
154
-
deferred; the 4.5 goal is to keep them explicit, documented, and isolated from
167
+
deferred; the 4.x goal is to keep them explicit, documented, and isolated from
0 commit comments