ParserSettings
Contents
 [
        
            Hide
        ]
    ParserSettings class
Provides the settings which are used to customize data extraction.
public sealed class ParserSettings
Constructors
| Name | Description | 
|---|---|
| ParserSettings(ExternalResourceHandler) | Initializes a new instance of the ParserSettings class with the External Resource Handler. | 
| ParserSettings(ILogger) | Initializes a new instance of the ParserSettings class with the logger. | 
| ParserSettings(OcrConnectorBase) | Initializes a new instance of the ParserSettings class with the OCR Connector. | 
| ParserSettings(ILogger, OcrConnectorBase) | Initializes a new instance of the ParserSettings class with logger and OCR Connector. | 
| ParserSettings(ILogger, OcrConnectorBase, ExternalResourceHandler) | Initializes a new instance of the ParserSettings class with logger, OCR Connector and External Resource Handler. | 
Properties
| Name | Description | 
|---|---|
| ExternalResourceHandler { get; } | Gets the handler for external resources. | 
| Logger { get; } | Gets the logger which is used for logging events and errors during data extraction. | 
| OcrConnector { get; } | Gets the OCR Connector which is used to provide OCR functionality. | 
Remarks
Learn more:
See Also
- namespace GroupDocs.Parser.Options
 - assembly GroupDocs.Parser