FileNotFoundError: [WinError 2] The system cannot find the file specified#6
Open
Hemanth-Mydugolam wants to merge 12 commits intojasonlfunk:masterfrom
Open
FileNotFoundError: [WinError 2] The system cannot find the file specified#6Hemanth-Mydugolam wants to merge 12 commits intojasonlfunk:masterfrom
Hemanth-Mydugolam wants to merge 12 commits intojasonlfunk:masterfrom
Conversation
|
I watched your demo-scan. It has the same wrong inversions as I have. The name of your pullrequest doesn't make sense. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
i dont know why this problem is rising please give me solution. Following is the code
from PIL import Image
import pytesseract
print(pytesseract.image_to_string(Image.open('text.jpg')))
error: Traceback (most recent call last):
File "extract_text.py", line 3, in
print(pytesseract.image_to_string(Image.open('text.JPG')))
File "C:\Program Files (x86)\Python36-32\lib\site-packages\pytesseract\pytesseract.py", line 122, in image_to_string
config=config)
File "C:\Program Files (x86)\Python36-32\lib\site-packages\pytesseract\pytesseract.py", line 46, in run_tesseract
proc = subprocess.Popen(command, stderr=subprocess.PIPE)
File "C:\Program Files (x86)\Python36-32\lib\subprocess.py", line 707, in init
restore_signals, start_new_session)
File "C:\Program Files (x86)\Python36-32\lib\subprocess.py", line 990, in _execute_child
startupinfo)
FileNotFoundError: [WinError 2] The system cannot find the file specified