ParseByTemplateOptions

ParseByTemplateOptions class

Provides the options which are used to parse by template.

public class ParseByTemplateOptions

Constructors

Name Description
ParseByTemplateOptions(bool) Initializes a new instance of the ParseByTemplateOptions class with the OCR usage option.
ParseByTemplateOptions(bool, OcrOptions) Initializes a new instance of the ParseByTemplateOptions class with the ability to set OCR options.

Properties

Name Description
OcrOptions { get; } Gets the additional options for OCR functionality.
UseOcr { get; } Gets the value that indicates whether the OCR Connector is used to parse by template.

See Also