RecognizeImageFast

RecognizeImageFast(string)

Recognize text on the image with good quality. Doesn’t use skew correction and areas detection. Works in fast mode.

public string RecognizeImageFast(string fullPath)
ParameterTypeDescription
fullPathStringFull path to the image.

Return Value

Recognized text.

See Also


RecognizeImageFast(MemoryStream)

Recognize text on the image with good quality. Doesn’t use skew correction and areas detection. Works in fast mode.

public string RecognizeImageFast(MemoryStream stream)
ParameterTypeDescription
streamMemoryStreamMemory stream containing the image.

Return Value

Recognized text.

See Also