RecognizeTextAreas

OcrConnectorBase.RecognizeTextAreas method

Recognize text areas from imageStream stream.

public virtual IList<PageTextArea> RecognizeTextAreas(Stream imageStream, int pageIndex, 
    Size pageSize, OcrOptions options)
Parameter Type Description
imageStream Stream The image representation of the document page.
pageIndex Int32 The page index of the document.
pageSize Size The size of the document page.
options OcrOptions The OCR options.

Return Value

A collection of PageTextArea objects; null if text areas recognizing isn’t supported.

See Also