ParserSettings class

ParserSettings class

Provides the settings which are used to customize data extraction.

The ParserSettings type exposes the following members:

Constructors

Constructor Description
init Initializes a new instance of the ParserSettings class with the logger.
init Initializes a new instance of the ParserSettings class with the OCR Connector.
init Initializes a new instance of the ParserSettings class with the External Resource Handler.
init Initializes a new instance of the ParserSettings class with logger and OCR Connector.
init Initializes a new instance of the ParserSettings class with logger, OCR Connector and External Resource Handler.

Properties

Property Description
logger Gets the logger which is used for logging events and errors during data extraction.
ocr_connector Gets the OCR Connector which is used to provide OCR functionality.
external_resource_handler Gets the handler for external resources.

Remarks

Learn more: | | |

See Also