Skip to content

Commit 363403b

Browse files
Added dependency versions in pip commands
1 parent aec1db5 commit 363403b

File tree

2 files changed

+547
-539
lines changed

2 files changed

+547
-539
lines changed

Ch2/03_Extracting_text_from_images_tesseract.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"if (os.name) != \"nt\":\n",
3636
" print(\"Not using Windows\")\n",
3737
" !sudo apt install tesseract-ocr\n",
38-
"!pip install pytesseract"
38+
"!pip install pytesseract==0.3.7 "
3939
]
4040
},
4141
{

0 commit comments

Comments
 (0)