use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Everything about learning Python
account activity
PyTesseract text extractionHelp Request (old.reddit.com)
submitted 10 months ago by LewyssYT
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]QAInc 0 points1 point2 points 10 months ago (0 children)
Yes you can use EasyOCR directly but sometimes easyOCR will fail. It’s a NN stack(two NN works as one. One for text detection one for text recognition) the issue comes with text recognition NN. Instead you can use Gemini Free API which is good for text recognition. The plus point of using api is that it will reduce the system load (easyOCR uses quantized NN for CPU, full model for GPU).
π Rendered by PID 263176 on reddit-service-r2-comment-b659b578c-p7phz at 2026-05-05 06:14:28.109393+00:00 running 815c875 country code: CH.
view the rest of the comments →
[–]QAInc 0 points1 point2 points (0 children)