This property obtains the string converted to text by the ImageToText method.

[Visual Basic]
Public Property OutText As String
[C#]
public string OutText {get;}

Property Value

The converted text string

Explanation

The OutText property obtains the string converted to text by the ImageToText method. When the ImageToText method executes, the GetOCRText event fires. The image data is converted to text data within this event and once the event completes, the resulting text data is set into the OutText property. For this reason, there may be a slight delay before the text data is obtained by the OutText while the OCR process converts image data into text data.

The OutText property acquires the complete text data when the GetOCRText event completes. If you want to get the result immediately after the ImageToText method has executed, retrieve it within the GetOCRText event.

See Also

OCR Classs | OCR Members

The ImageKit.NET3 is created by Newtone Corporation