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
This text is generated based on ISSUE_TEMPLATE.md. The issue reporter must read and remove this block before submitting.
Summary
I'm attempting to OCR some digits from a small image. Calling Tesseract from the CLI works perfectly. However, if I use the gosseract library within Go, it returns an empty string.
Faced a similar problem too. Turned out to be image orientation in my case. Rotating the image fixed the issue for me. Is the tesseract CLI able to detect orientation automatically and auto-rotate the image for us?
Summary
Reproducibility
Environment
The text was updated successfully, but these errors were encountered: