ParseByTemplateOptions
Leave feedback
On this page
Provides the options which are used to parse by template.
public class ParseByTemplateOptions
| Name | Description |
|---|---|
| ParseByTemplateOptions() | Initializes a new instance of the ParseByTemplateOptions class. |
| ParseByTemplateOptions(int) | Initializes a new instance of the ParseByTemplateOptions class. |
| ParseByTemplateOptions(int, bool) | Initializes a new instance of the ParseByTemplateOptions class with the OCR usage option. |
| ParseByTemplateOptions(int, bool, OcrOptions) | Initializes a new instance of the ParseByTemplateOptions class with the ability to set OCR options. |
| Name | Description |
|---|---|
| OcrOptions { get; set; } | Gets the additional options for OCR functionality. |
| PageIndex { get; set; } | Gets or sets index of the page for which to perform a parsing by template. The default value is 0. |
| UseOcr { get; set; } | Gets the value that indicates whether the OCR Connector is used to parse by template. |
- namespace GroupDocs.Parser.Options
- assembly GroupDocs.Parser
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.