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
For the second issue, I used the tesseract API directly, and I had the same issue. So, the first issue is a problem with this package, but the second problem is not.
I am attempting to use this package on Windows.
I am using MSYS2 to install tesseract, following the installation instructions:
Then I install this package:
The first problem is a linking error:
I managed to work around this issue by updating the
preprocessflags_x.go
file from this package. I replaced "-lleptonica" with "-llept".The second problem is a runtime error:
I am stuck on this one. Any thoughts on how I could work around this issue?
The text was updated successfully, but these errors were encountered: