Skip to content

Commit 33d35d6

Browse files
fixed import issue in ch2 nb3
1 parent ba06e29 commit 33d35d6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Ch2/03_Extracting_text_from_images_tesseract.ipynb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,11 @@
3131
},
3232
"outputs": [],
3333
"source": [
34+
"import os\n",
3435
"if (os.name) != \"nt\":\n",
3536
" print(\"Not using Windows\")\n",
3637
" !sudo apt install tesseract-ocr\n",
37-
" !pip install pytesseract"
38+
"!pip install pytesseract"
3839
]
3940
},
4041
{

0 commit comments

Comments
 (0)