I have a screenshot of a window. I would like to find the bounds of a string that is in the image. For example, I would like to get the bounds of the text "label2" in the following image:
I realize that this probably requires re-scaling the image and using OCR. Unfortunately, information I could find about OCR revolves around reading the text, not finding it. What can I use in .NET to accomplish this (and how)?