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

trackback No file or Directory Error not resolved #4

Closed
pcakhilnadh opened this issue Sep 14, 2017 · 2 comments
Closed

trackback No file or Directory Error not resolved #4

pcakhilnadh opened this issue Sep 14, 2017 · 2 comments

Comments

@pcakhilnadh
Copy link

screen shot 2017-09-14 at 9 37 34 am

$python main.py sample
[ after deleting the image in converted text folder ]

OSError No file or Directory

@prabhakar267
Copy link
Owner

Hi @pcakhilnadh
Seems like you don't have tesseract on your system. You can resolve this by installing tesseract-ocr
If you are using Ubuntu, you can do;

sudo apt-get install tesseract-ocr

Reference: https://stackoverflow.com/q/28741563/

@pcakhilnadh
Copy link
Author

@prabhakar267 Thanks 👍

For mac user

$ brew install tesseract

will fix this issue

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