I want to be able to search my entire file system or even just a directory for images that contain a text string. This would of course use OCR (optical character recognition).
Optimally, this would run in the background and create an index of all text in all images.
My reasoning for this is I have a lot of screen captures that contain text and I want to be able to search through them.
Does anyone know of an existing solution? If not I am thinking of making my own using an OCR library. Any suggestions on how to implement it?
The primary target platform is Windows 7.