Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Image Recognition using Python [closed]

I have an idea, that is, I want to identify the letters in an image which may be .bmp or .jpg.

For example, here is an .bmp image with a letter 'S' in it. What I want to do is to identify the letter using Python.

enter image description here

It's kinda similar with those Questions about auth code recognition, and I read some of those Q's, but still can't figure what to do.

Any advice is appreciated.

like image 821
Alcott Avatar asked Feb 02 '26 15:02

Alcott


2 Answers

You're probably looking for the OpenCV toolkit; it is commonly used for tasks where software must "recognize" some contents or features from images.

like image 65
sarnold Avatar answered Feb 05 '26 03:02

sarnold


Also there is whole blown system Ocropus which has Python bindings or perhaps better Python bindings to tesseract

like image 44
theta Avatar answered Feb 05 '26 05:02

theta



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!