Skip to content

Commit 7f0b305

Browse files
authored
Merge pull request #97443 from ram-msft/patch-6
Added missing os and sys
2 parents 568bf14 + 0f9324a commit 7f0b305

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

articles/cognitive-services/Computer-vision/QuickStarts/python-print-text.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ To create and run the sample, do the following steps:
4242
1. At the prompt, use the `python` command to run the sample. For example, `python get-printed-text.py`.
4343

4444
```python
45+
import os
46+
import sys
4547
import requests
4648
# If you are using a Jupyter notebook, uncomment the following line.
4749
# %matplotlib inline

0 commit comments

Comments
 (0)