RecognizeLine

RecognizeLine(string)

Recognizes image that contains single line of text. Automatic image skew correction is not applied. Supports GIF, PNG, JPEG, BMP, TIFF, JFIF.

public string RecognizeLine(string fullPath)
ParameterTypeDescription
fullPathStringPath to the image.

Return Value

Recognized text.

See Also


RecognizeLine(MemoryStream)

Recognizes image that contains single line of text. Automatic image skew correction is not applied. Supports GIF, PNG, JPEG, BMP, TIFF, JFIF.

public string RecognizeLine(MemoryStream image)
ParameterTypeDescription
imageMemoryStreamMemory stream containing the image.

Return Value

Recognized text.

See Also