Skip to content

Commit 568bf14

Browse files
authored
Merge pull request #97442 from ram-msft/patch-5
Added missing os and sys
2 parents 4206d3a + 2d6c9be commit 568bf14

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

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

6262
```python
63+
import os
64+
import sys
6365
import requests
6466
import time
6567
# If you are using a Jupyter notebook, uncomment the following line.

0 commit comments

Comments
 (0)