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
# note this is an Azure specific implementation of the OpenTelemetry distro. for more information please see https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/monitor/azure-monitor-opentelemetry
Copy file name to clipboardexpand all lines: README.md
+4-5
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,6 @@ DataFog can be installed via pip:
39
39
pip install datafog
40
40
```
41
41
42
-
43
42
## Getting Started
44
43
45
44
The DataFog library provides functionality for text and image processing, including PII (Personally Identifiable Information) annotation and OCR (Optical Character Recognition) capabilities.
@@ -54,8 +53,7 @@ pip install datafog
54
53
55
54
### Usage
56
55
57
-
The [Getting Started notebook](/datafog-python/examples/getting_started.ipynb) features a standalone Colab notebook.
58
-
56
+
The [Getting Started notebook](/datafog-python/examples/getting_started.ipynb) features a standalone Colab notebook.
59
57
60
58
#### Text PII Annotation
61
59
@@ -75,7 +73,9 @@ with open(os.path.join(folder_path, text_files[0]), 'r') as file:
You'll notice that we use async functions liberally throughout the SDK - given the nature of the functions we're providing and the extension of DataFog into API/other formats, this allows the functions to be more easily adapted for those uses.
148
+
You'll notice that we use async functions liberally throughout the SDK - given the nature of the functions we're providing and the extension of DataFog into API/other formats, this allows the functions to be more easily adapted for those uses.
0 commit comments