Reputation: 7525
I need to read text from gif/jpeg that have a combination of text and images. The hope is that all the gifs are in a standard format for me to use regex (maybe?) to get text out of an image.
Any input on this is really appreciated.
Upvotes: 0
Views: 1031
Reputation: 25650
This is called Optical Character Recognition (OCR). There are a few libraries referenced in this question:
https://stackoverflow.com/questions/744966/any-open-source-c-ocr-library
Upvotes: 7