GetText(Image,Rectangle) Method
Returns all text within the supplied rectangle inside the supplied image.

C# Syntax

public static string GetText( 
   Image image,
   Rectangle textArea
)

Parameters

image
The image to use for the search.
textArea
An inner rectangle within the image.