| Package | Description |
|---|---|
| com.groupdocs.parser.options |
The package provides classes to specify additional options when parsing data from documents.
|
| Modifier and Type | Method and Description |
|---|---|
OcrEventHandler |
OcrOptions.getHandler()
Gets the event handler to catch OCR events.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OcrOptions.setHandler(OcrEventHandler handler)
Sets the event handler to catch OCR events.
|
| Constructor and Description |
|---|
OcrOptions(OcrEventHandler handler)
Initializes a new instance of the
OcrOptions class with OcrEventHandler object. |
OcrOptions(Rectangle rectangle,
OcrEventHandler handler)
Initializes a new instance of the
OcrOptions class with rectangular area and OcrEventHandler object. |
OcrOptions(Rectangle rectangle,
OcrEventHandler handler,
boolean useSpellCheker)
Initializes a new instance of the
OcrOptions class. |
Copyright © 2026. All rights reserved.