Skip to content

Commit d28d04f

Browse files
Sid MohanSid Mohan
authored andcommitted
fixed README
1 parent 5ded064 commit d28d04f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ ocr_client = DataFog(operations="extract_text")
4747

4848
Here's an example of how to annotate PII in a text document:
4949

50-
```python
50+
```
5151
import requests
5252
5353
# Fetch sample medical record
@@ -64,7 +64,7 @@ print(annotations)
6464

6565
For OCR capabilities, you can use the following:
6666

67-
```python
67+
```
6868
import asyncio
6969
import nest_asyncio
7070

0 commit comments

Comments
 (0)