OcrOptions

OcrOptions class

Provides the options which are used for OCR Connector.

public class OcrOptions

Constructors

Name Description
OcrOptions(OcrEventHandler) Initializes a new instance of the OcrOptions class with OcrEventHandler object.
OcrOptions(Rectangle) Initializes a new instance of the OcrOptions class with rectangular area.
OcrOptions(Rectangle, OcrEventHandler) Initializes a new instance of the OcrOptions class.

Properties

Name Description
Handler { get; } Gets the event handler to catch OCR events.
Rectangle { get; } Gets the rectangular area that constraints the page area which is used for text recognizing.

See Also