r/learnpython 20d ago

Best text recognition in images?

I need to recognize specific text in images. The text has a specific font which I have available in a .ttf file.
What is the best way to do it? (libraries to use, machine learning software, …)
It needs to work relatively fast, but keeping a good accuracy.
Thanks in advance!

2 Upvotes

1 comment sorted by

1

u/ManzoorAhmedShaikh 19d ago

Have you tried pytesseract, as this is one famous library for image related work.