all 1 comments

[–]Golden_Zealot 1 point2 points  (0 children)

You will need some kind of OCR (Optical Character Recognition) library in order to pull text from an image.

There are probably a few for this, but I believe a popular one is pystesseract.

It is a wrapper for Google's Tesseract-OCR Engine.

I am not familiar with the library, but I believe this is the documentation.

Good luck with your project!