RecognizeText

OcrConnectorBase.RecognizeText method

Recognize a text from imageStream stream.

public virtual string RecognizeText(Stream imageStream, int pageIndex, OcrOptions options)
Parameter Type Description
imageStream Stream The image representation of the document page.
pageIndex Int32 The page index of the document.
options OcrOptions The OCR options.

Return Value

A string that represents a recognized text; null if text recognizing isn’t supported.

See Also