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

Tesseract Installed, program still saying it’s not installed #124

Open
S4lXLV opened this issue Jan 4, 2019 · 1 comment
Open

Tesseract Installed, program still saying it’s not installed #124

S4lXLV opened this issue Jan 4, 2019 · 1 comment

Comments

@S4lXLV
Copy link

S4lXLV commented Jan 4, 2019

I have tesseract installed but the program still says it isn’t. I have tried installing with just homebrew How can I fix this?

@antoinebell
Copy link

In the Shell.swift file, line 23, let hasTesseract = ..., is just simply running the command /usr/local/bin/tesseract and checking if the output matches /usr/local/bin/tesseract --help | --help-extra | --version.

Which the 4.0.0 version, the output is slightly different and is :
/usr/local/bin/tesseract --help | --help-extra | --version.

Change the source code with what the first line you get in the Terminal by running /usr/local/bin/tesseract.

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