open_parser method
Leave feedback
On this page
Creates the Parser object for the item content.
An instance of Parser class of the item content.
def open_parser(self):
...
Creates the Parser object for the item content with LoadOptions.
An instance of Parser class of the item content.
def open_parser(self, load_options):
...
| Parameter | Type | Description |
|---|---|---|
| load_options | groupdocs.parser.options.LoadOptions | The options to open the item content. |
Creates the Parser object for the item content with LoadOptions
and ParserSettings.
An instance of Parser class of the item content.
def open_parser(self, load_options, parser_settings):
...
| Parameter | Type | Description |
|---|---|---|
| load_options | groupdocs.parser.options.LoadOptions | The options to open the item content. |
| parser_settings | groupdocs.parser.options.ParserSettings | The parser settings which are used to customize data extraction. |
- module
groupdocs.parser.data - class
ContainerItem - class
LoadOptions - class
Parser - class
ParserSettings
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.