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
Hello!
I'm working on a project that needs to use the legacy engine (and therefore the legacy language data), but I lack the knowledge to install tessdata instead of tessdata-fast without a Homebrew formula available.
Is there a way to add this tessdata as a Homebrew formula?
The text was updated successfully, but these errors were encountered:
It is not necessary to install tessdata instead of tessdata-fast, because both can be installed at the same time, just in different directories to avoid name collisions. My Homebrew installation for example offers all kinds of models:
% ls -l /opt/homebrew/share/tessdata/tessdata*
lrwxr-xr-x 1 sw admin 34 10 Jan 07:06 /opt/homebrew/share/tessdata/tessdata -> /usr/local/share/tessdata/tessdata
lrwxr-xr-x 1 sw admin 39 10 Jan 07:06 /opt/homebrew/share/tessdata/tessdata_best -> /usr/local/share/tessdata/tessdata_best
lrwxr-xr-x 1 sw admin 39 10 Jan 07:06 /opt/homebrew/share/tessdata/tessdata_fast -> /usr/local/share/tessdata/tessdata_fast
So I can run tesseract image.png - -l tessdata/eng --oem 0.
And of course it would be possible to add a Homebrew formula which installs all tessdata models to /opt/homebrew/share/tessdata/tessdata.
Hello!
I'm working on a project that needs to use the legacy engine (and therefore the legacy language data), but I lack the knowledge to install
tessdata
instead oftessdata-fast
without a Homebrew formula available.Is there a way to add this
tessdata
as a Homebrew formula?The text was updated successfully, but these errors were encountered: