ParseByTemplateOptions class

ParseByTemplateOptions class

Provides the options which are used to parse by template.

The ParseByTemplateOptions type exposes the following members:

Constructors

Constructor Description
init Initializes a new instance of the ParseByTemplateOptions class.
init Initializes a new instance of the ParseByTemplateOptions class.
init Initializes a new instance of the ParseByTemplateOptions class with the OCR usage option.
init Initializes a new instance of the ParseByTemplateOptions class with the ability to set OCR options.

Properties

Property Description
page_index Gets or sets index of the page for which to perform a parsing by template.
The default value is 0.
use_ocr Gets the value that indicates whether the OCR Connector is used to parse by template.
ocr_options Gets the additional options for OCR functionality.

See Also