Example #1
0
        internal static int GetTextFromImage(int x, int y, int width, int heigth)
        {
            Rectangle rect = new Rectangle(x, y, width, heigth);

            return(Recognition.GetTextValue(rect));
        }