Update README.md
Browse files
README.md
CHANGED
@@ -70,7 +70,7 @@ For this version, our primary focus has been on achieving high-quality OCR for b
|
|
70 |
pip install typhoon-ocr
|
71 |
```
|
72 |
|
73 |
-
```
|
74 |
from typhoon_ocr import ocr_document
|
75 |
|
76 |
# please set env TYPHOON_OCR_API_KEY or OPENAI_API_KEY to use this function
|
|
|
70 |
pip install typhoon-ocr
|
71 |
```
|
72 |
|
73 |
+
```python
|
74 |
from typhoon_ocr import ocr_document
|
75 |
|
76 |
# please set env TYPHOON_OCR_API_KEY or OPENAI_API_KEY to use this function
|