I haven't found a solution yet. What I am trying to do is read specific numerical text values from a proprietary financial software platform. I have first tried accessibility and element spy methods, unsuccessfully. The only other method I can think of that would work is to use OCR of the screen, with specific fixed regions.
All the OCR solutions I have checked out seem to be file based (PDF, TIFF, etc). What I really need is an OCR solution that can capture from the screen. A few challenges I can think of: The text to be captured is on a black background and could be colored text (yellow, green, red, orange). The text size is also pretty small (6pt's I think).
Ideally I would like a .NET API, but what ever works I am willing to try.