Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 321e32d

Browse files
authored
Update image_to_speech.py
1 parent 54cfc57 commit 321e32d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎Imagetospeech/image_to_speech.py‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
import os
55

66

7-
pytesseract.pytesseract.tesseract_cmd = input(r'Enter the path: ')
7+
pytesseract.pytesseract.tesseract_cmd = input(r'Enter the path for pytesseract: ')
88

9-
img = input(r"Enter image: ")
9+
img = input(r"Enter the path for image: ")
1010
target = Image.open(img)
1111
text = pytesseract.image_to_string(target, config='')
1212

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /