| 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 |
|---|---|
ILogger |
ParserSettings.getLogger()
Gets the logger which is used for logging events and errors during data extraction.
|
| Constructor and Description |
|---|
ParserSettings(ILogger logger)
Initializes a new instance of the
ParserSettings class with the logger. |
ParserSettings(ILogger logger,
OcrConnectorBase ocrConnector)
Initializes a new instance of the
ParserSettings class with logger and OCR Connector. |
ParserSettings(ILogger logger,
OcrConnectorBase ocrConnector,
ExternalResourceHandler externalResourceHandler)
Initializes a new instance of the
ParserSettings class. |
Copyright © 2026. All rights reserved.