ParserSettings constructor
Leave feedback
On this page
Initializes a new instance of the ParserSettings class with the logger.
def __init__(self, logger):
...
| Parameter | Type | Description |
|---|---|---|
| logger | groupdocs.parser.options.ILogger | An instance of class that implements ILogger interface. |
Initializes a new instance of the ParserSettings class with the OCR Connector.
def __init__(self, ocr_connector):
...
| Parameter | Type | Description |
|---|---|---|
| ocr_connector | groupdocs.parser.options.OcrConnectorBase | An instance of class that inherits OcrConnectorBase class to provide OCR functionality. |
Initializes a new instance of the ParserSettings class with the External Resource Handler.
def __init__(self, external_resource_handler):
...
| Parameter | Type | Description |
|---|---|---|
| external_resource_handler | groupdocs.parser.options.ExternalResourceHandler | An instance of class that inherits ExternalResourceHandler class to provide the control of external resources loading. |
Initializes a new instance of the ParserSettings class with logger and OCR Connector.
def __init__(self, logger, ocr_connector):
...
| Parameter | Type | Description |
|---|---|---|
| logger | groupdocs.parser.options.ILogger | An instance of class that implements ILogger interface. |
| ocr_connector | groupdocs.parser.options.OcrConnectorBase | An instance of class that inherits OcrConnectorBase class to provide OCR functionality. |
Initializes a new instance of the ParserSettings class with logger, OCR Connector and External Resource Handler.
def __init__(self, logger, ocr_connector, external_resource_handler):
...
| Parameter | Type | Description |
|---|---|---|
| logger | groupdocs.parser.options.ILogger | An instance of class that implements ILogger interface. |
| ocr_connector | groupdocs.parser.options.OcrConnectorBase | An instance of class that inherits OcrConnectorBase class to provide OCR functionality. |
| external_resource_handler | groupdocs.parser.options.ExternalResourceHandler | An instance of class that inherits ExternalResourceHandler class to provide the control of external resource loading. |
- module
groupdocs.parser.options - class
ExternalResourceHandler - class
ILogger - class
OcrConnectorBase - class
ParserSettings
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.