| Package | Description |
|---|---|
| com.groupdocs.parser |
The package provides classes for parsing data from documents.
|
| com.groupdocs.parser.options |
The package provides classes to specify additional options when parsing data from documents.
|
| Modifier and Type | Method and Description |
|---|---|
OutputStream |
Parser.getPagePreview(int pageIndex,
PagePreviewOptions options)
Generates a document page preview using customization options.
|
| Modifier and Type | Method and Description |
|---|---|
PagePreviewOptions |
OcrOptions.getPagePreviewOptions()
Gets the page preview options used to render the page that is fed to the OCR engine.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OcrOptions.setPagePreviewOptions(PagePreviewOptions pagePreviewOptions)
Sets the page preview options used to render the page that is fed to the OCR engine.
|
| Constructor and Description |
|---|
OcrOptions(PagePreviewOptions pagePreviewOptions)
Initializes a new instance of the
OcrOptions class with page preview options. |
Copyright © 2026. All rights reserved.