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
tesseract.exe v 5.2 only scrapes top line (window title) from this gif image:
Expected Behavior:
It should scrape all text.
Tesseract v5.1.0.20220510 worked as expected, and both 5.1 and 5.2 work as expected with this equivalent png image:
Suggested Fix:
It might have something to do with a different DPI estimation: 5.2 estimates resolution 132, while 5.1 estimated 168. However, running 5.2 with --dpi 168 does not seem to fix anything.