I'm working on a project to read set text phrases from a running game's on-screen console (via a periodic screenshot) in real time.
Example on-screen Minecraft console screenshot:
Would this be best done with an OCR library? Or can I out perform OCR by searching for set pixels on a scanline (using C#) as I have set phrases (pixel patterns/strings?) to search for? If so can any graphics gurus point me in the right direction.
Edit: This needs to work on Windows 7