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
@@ -41,7 +39,82 @@ DataFog can be installed via pip:
41
39
pip install datafog
42
40
```
43
41
44
-
## Examples - Updated for v3.1
42
+
## Examples -
43
+
44
+
### v3.2.0 NEW
45
+
46
+
Based on the provided test cases, here's a suitable "Getting Started" section for the documentation:
47
+
48
+
## Getting Started
49
+
50
+
The DataFog library provides functionality for text and image processing, including PII (Personally Identifiable Information) annotation and OCR (Optical Character Recognition) capabilities.
51
+
52
+
### Installation
53
+
54
+
To install the DataFog library, use the following command:
55
+
56
+
```
57
+
pip install datafog
58
+
```
59
+
60
+
### Usage
61
+
62
+
Here are some examples of how to use the DataFog library:
63
+
64
+
#### Text PII Annotation
65
+
66
+
To annotate PII in a given text, lets start with a set of clinical notes:
0 commit comments