ParserSettings
ParserSettings(PagePreviewOptions)
Initializes a new instance of the ParserSettings
class with the page preview options.
public ParserSettings(PagePreviewOptions pagePreviewOptions)
Parameter | Type | Description |
---|---|---|
pagePreviewOptions | PagePreviewOptions | An instance of PagePreviewOptions class that sets properties for the document page preview generation. It’s used in the barcode extraction and OCR. |
See Also
- class PagePreviewOptions
- class ParserSettings
- namespace GroupDocs.Parser.Options
- assembly GroupDocs.Parser
ParserSettings(ILogger)
Initializes a new instance of the ParserSettings
class with the logger.
public ParserSettings(ILogger logger)
Parameter | Type | Description |
---|---|---|
logger | ILogger | An instance of class that implements ILogger interface. |
See Also
- interface ILogger
- class ParserSettings
- namespace GroupDocs.Parser.Options
- assembly GroupDocs.Parser
ParserSettings(ILogger, PagePreviewOptions)
Initializes a new instance of the ParserSettings
class with the logger and page preview options.
public ParserSettings(ILogger logger, PagePreviewOptions pagePreviewOptions)
Parameter | Type | Description |
---|---|---|
logger | ILogger | An instance of class that implements ILogger interface. |
pagePreviewOptions | PagePreviewOptions | An instance of PagePreviewOptions class that sets properties for the document page preview generation. It’s used in the barcode extraction and OCR. |
See Also
- interface ILogger
- class PagePreviewOptions
- class ParserSettings
- namespace GroupDocs.Parser.Options
- assembly GroupDocs.Parser
ParserSettings(OcrConnectorBase)
Initializes a new instance of the ParserSettings
class with the OCR Connector.
public ParserSettings(OcrConnectorBase ocrConnector)
Parameter | Type | Description |
---|---|---|
ocrConnector | OcrConnectorBase | An instance of class that inherits OcrConnectorBase class to provide OCR functionality. |
See Also
- class OcrConnectorBase
- class ParserSettings
- namespace GroupDocs.Parser.Options
- assembly GroupDocs.Parser
ParserSettings(OcrConnectorBase, PagePreviewOptions)
Initializes a new instance of the ParserSettings
class with the OCR Connector and page preview options.
public ParserSettings(OcrConnectorBase ocrConnector, PagePreviewOptions pagePreviewOptions)
Parameter | Type | Description |
---|---|---|
ocrConnector | OcrConnectorBase | An instance of class that inherits OcrConnectorBase class to provide OCR functionality. |
pagePreviewOptions | PagePreviewOptions | An instance of PagePreviewOptions class that sets properties for the document page preview generation. It’s used in the barcode extraction and OCR. |
See Also
- class OcrConnectorBase
- class PagePreviewOptions
- class ParserSettings
- namespace GroupDocs.Parser.Options
- assembly GroupDocs.Parser
ParserSettings(ExternalResourceHandler)
Initializes a new instance of the ParserSettings
class with the External Resource Handler.
public ParserSettings(ExternalResourceHandler externalResourceHandler)
Parameter | Type | Description |
---|---|---|
externalResourceHandler | ExternalResourceHandler | An instance of class that inherits ExternalResourceHandler class to provide the control of external resources loading. |
See Also
- class ExternalResourceHandler
- class ParserSettings
- namespace GroupDocs.Parser.Options
- assembly GroupDocs.Parser
ParserSettings(ILogger, OcrConnectorBase)
Initializes a new instance of the ParserSettings
class with logger and OCR Connector.
public ParserSettings(ILogger logger, OcrConnectorBase ocrConnector)
Parameter | Type | Description |
---|---|---|
logger | ILogger | An instance of class that implements ILogger interface. |
ocrConnector | OcrConnectorBase | An instance of class that inherits OcrConnectorBase class to provide OCR functionality. |
See Also
- interface ILogger
- class OcrConnectorBase
- class ParserSettings
- namespace GroupDocs.Parser.Options
- assembly GroupDocs.Parser
ParserSettings(ILogger, OcrConnectorBase, PagePreviewOptions)
Initializes a new instance of the ParserSettings
class with logger, OCR Connector and page preview options.
public ParserSettings(ILogger logger, OcrConnectorBase ocrConnector,
PagePreviewOptions pagePreviewOptions)
Parameter | Type | Description |
---|---|---|
logger | ILogger | An instance of class that implements ILogger interface. |
ocrConnector | OcrConnectorBase | An instance of class that inherits OcrConnectorBase class to provide OCR functionality. |
pagePreviewOptions | PagePreviewOptions | An instance of PagePreviewOptions class that sets properties for the document page preview generation. It’s used in the barcode extraction and OCR. |
See Also
- interface ILogger
- class OcrConnectorBase
- class PagePreviewOptions
- class ParserSettings
- namespace GroupDocs.Parser.Options
- assembly GroupDocs.Parser
ParserSettings(ILogger, OcrConnectorBase, ExternalResourceHandler)
Initializes a new instance of the ParserSettings
class with logger, OCR Connector and External Resource Handler.
public ParserSettings(ILogger logger, OcrConnectorBase ocrConnector,
ExternalResourceHandler externalResourceHandler)
Parameter | Type | Description |
---|---|---|
logger | ILogger | An instance of class that implements ILogger interface. |
ocrConnector | OcrConnectorBase | An instance of class that inherits OcrConnectorBase class to provide OCR functionality. |
externalResourceHandler | ExternalResourceHandler | An instance of class that inherits ExternalResourceHandler class to provide the control of external resource loading. |
See Also
- interface ILogger
- class OcrConnectorBase
- class ExternalResourceHandler
- class ParserSettings
- namespace GroupDocs.Parser.Options
- assembly GroupDocs.Parser
ParserSettings(ILogger, OcrConnectorBase, ExternalResourceHandler, PagePreviewOptions)
Initializes a new instance of the ParserSettings
class.
public ParserSettings(ILogger logger, OcrConnectorBase ocrConnector,
ExternalResourceHandler externalResourceHandler, PagePreviewOptions pagePreviewOptions)
Parameter | Type | Description |
---|---|---|
logger | ILogger | An instance of class that implements ILogger interface. |
ocrConnector | OcrConnectorBase | An instance of class that inherits OcrConnectorBase class to provide OCR functionality. |
externalResourceHandler | ExternalResourceHandler | An instance of class that inherits ExternalResourceHandler class to provide the control of external resource loading. |
pagePreviewOptions | PagePreviewOptions | An instance of PagePreviewOptions class that sets properties for the document page preview generation. It’s used in the barcode extraction and OCR. |
See Also
- interface ILogger
- class OcrConnectorBase
- class ExternalResourceHandler
- class PagePreviewOptions
- class ParserSettings
- namespace GroupDocs.Parser.Options
- assembly GroupDocs.Parser