OcrOptions
Contents
[
Hide
]
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 with rectangular area and OcrEventHandler object. |
OcrOptions(Rectangle, OcrEventHandler, bool) | 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. |
UseSpellChecker { get; } | Gets the value that indicates whether the spell checker is used. |
See Also
- namespace GroupDocs.Parser.Options
- assembly GroupDocs.Parser