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
@LucasZanella I compiled tesseract for with MinGW-w64 and x86_64 architecture with release flags. The compiler info and options can be found on the readme in the root of this repository.
I have discovered that the legacy engine is much faster than the LSTM engine in tesseract 4, but less accurate. When using the tesseract 4 API, changing the tesseract::OcrEngineMode to tesseract::OEM_TESSERACT_ONLY greatly improved the speed. This is probably the problem experienced for those using this library.
This perceived issue seems to be a user error rather than a compiler option issue.
This library is allegedly slower than the one on linux.
Originally mentioned by lucaszanella:
Originally posted by @LucasZanella in #1 (comment)
The text was updated successfully, but these errors were encountered: