Reputation: 31
I'm very new to programming and what I'm looking for is just a nudge in the right direction as to where I could find the information I need regarding . Who would I need to talk to if I wanted to develop a technology that could recognize numbers and letters in an image?
I know this technology is already out there, so if it's possible, how could I access it for use in another program?
Any tips in terms of what type of professional I need to talk to, sources of information online etc would be much appreciated.
Upvotes: 3
Views: 3391
Reputation: 2588
you may need to learn about machine learning module (classification techniques) of opencv.
check similar questions and answers for examples.
also check out tesseract ocr library, which is an accomplished one.
Upvotes: 1