You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
I have tesseract installed but the program still says it isn’t. I have tried installing with just homebrew How can I fix this?
The text was updated successfully, but these errors were encountered: