OcrConnectorBase

OcrConnectorBase class

Provides the OCR functionality.

public abstract class OcrConnectorBase

Methods

Name Description
virtual RecognizeText(Stream, int, OcrOptions) Recognize a text from imageStream stream.
virtual RecognizeTextAreas(Stream, int, Size, OcrOptions) Recognize text areas from imageStream stream.

See Also