ParseByTemplateOptions constructor
Leave feedback
On this page
Initializes a new instance of the ParseByTemplateOptions class.
def __init__(self):
...
Initializes a new instance of the ParseByTemplateOptions class.
def __init__(self, page_index):
...
| Parameter | Type | Description |
|---|---|---|
| page_index | int | The page index. |
Initializes a new instance of the ParseByTemplateOptions class with the OCR usage option.
def __init__(self, page_index, use_ocr):
...
| Parameter | Type | Description |
|---|---|---|
| page_index | int | The page index. |
| use_ocr | bool | The value that indicates whether the OCR functionality is used to parse by template. |
Initializes a new instance of the ParseByTemplateOptions class with the ability to set OCR options.
def __init__(self, page_index, use_ocr, ocr_options):
...
| Parameter | Type | Description |
|---|---|---|
| page_index | int | The page index. |
| use_ocr | bool | The value that indicates whether the OCR functionality is used to parse by template. |
| ocr_options | groupdocs.parser.options.OcrOptions | The additional options for OCR functionality. |
- module
groupdocs.parser.options - class
ParseByTemplateOptions
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.