Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error while predicting with default image #6

Closed
minumaria opened this issue Feb 25, 2021 · 1 comment
Closed

error while predicting with default image #6

minumaria opened this issue Feb 25, 2021 · 1 comment

Comments

@minumaria
Copy link

all the requirements are installed but raising error
pytesseract.pytesseract.TesseractNotFoundError: tesseract is not installed or it's not in your PATH. See README file for more information.

@tomassosorio
Copy link
Owner

Hi @minumaria,

pytesseract is a wrapper around Tesseract, so you have to install it.

In the following link you can see how to install Tesseract:
https://github.com/tesseract-ocr/tesseract

After that, it will work fine! :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants