Skip to content

Commit 39554b0

Browse files
Update file(s) "/." from "groupdocs-parser/Groupdocs.Parser-References"
1 parent 1841a26 commit 39554b0

File tree

2 files changed

+0
-123
lines changed
  • content/sites/groupdocs/parser/english/python-net/groupdocs.parser/parser

2 files changed

+0
-123
lines changed

content/sites/groupdocs/parser/english/python-net/groupdocs.parser/parser/__init__/_index.md

Lines changed: 0 additions & 117 deletions
Original file line numberDiff line numberDiff line change
@@ -8,45 +8,6 @@ is_root: false
88
weight: 10
99
---
1010

11-
## __init__ {#System.Uri}
12-
13-
Initializes a new instance of the [`Parser`](/parser/python-net/groupdocs.parser/parser) class to extract data from an URI.
14-
15-
16-
17-
```python
18-
def __init__(self, uri):
19-
...
20-
```
21-
22-
23-
| Parameter | Type | Description |
24-
| :- | :- | :- |
25-
| uri | System.Uri | The Uri the request is sent to. |
26-
27-
28-
## __init__ {#groupdocs.parser.options.EmailConnection}
29-
30-
Initializes a new instance of the [`Parser`](/parser/python-net/groupdocs.parser/parser) class to extract data from a remote email server.
31-
32-
33-
34-
```python
35-
def __init__(self, connection):
36-
...
37-
```
38-
39-
40-
| Parameter | Type | Description |
41-
| :- | :- | :- |
42-
| connection | groupdocs.parser.options.EmailConnection | The email connection. |
43-
44-
### Example
45-
46-
47-
The following example shows how to extract emails from Exchange Server:
48-
49-
5011
## __init__ {#System.String}
5112

5213
Initializes a new instance of the [`Parser`](/parser/python-net/groupdocs.parser/parser) class.
@@ -91,65 +52,6 @@ def __init__(self, document):
9152
The following example shows how to load the document from the stream:
9253

9354

94-
## __init__ {#System.Uri-groupdocs.parser.options.LoadOptions}
95-
96-
Initializes a new instance of the [`Parser`](/parser/python-net/groupdocs.parser/parser) class to extract data from an URI with `load_options`.
97-
98-
99-
100-
```python
101-
def __init__(self, uri, load_options):
102-
...
103-
```
104-
105-
106-
| Parameter | Type | Description |
107-
| :- | :- | :- |
108-
| uri | System.Uri | The Uri the request is sent to. |
109-
| load_options | groupdocs.parser.options.LoadOptions | The options to open the file. |
110-
111-
112-
## __init__ {#System.Uri-groupdocs.parser.options.ParserSettings}
113-
114-
Initializes a new instance of the [`Parser`](/parser/python-net/groupdocs.parser/parser) class to extract data from an URI with `parser_settings`.
115-
116-
117-
118-
```python
119-
def __init__(self, uri, parser_settings):
120-
...
121-
```
122-
123-
124-
| Parameter | Type | Description |
125-
| :- | :- | :- |
126-
| uri | System.Uri | The Uri the request is sent to. |
127-
| parser_settings | groupdocs.parser.options.ParserSettings | The parser settings which are used to customize data extraction. |
128-
129-
130-
## __init__ {#groupdocs.parser.options.EmailConnection-groupdocs.parser.options.ParserSettings}
131-
132-
Initializes a new instance of the [`Parser`](/parser/python-net/groupdocs.parser/parser) class to extract data from a remote email server.
133-
134-
135-
136-
```python
137-
def __init__(self, connection, parser_settings):
138-
...
139-
```
140-
141-
142-
| Parameter | Type | Description |
143-
| :- | :- | :- |
144-
| connection | groupdocs.parser.options.EmailConnection | The email connection. |
145-
| parser_settings | groupdocs.parser.options.ParserSettings | The parser settings which are used to customize data extraction. |
146-
147-
### Example
148-
149-
150-
The following example shows how to extract emails from Exchange Server:
151-
152-
15355
## __init__ {#System.String-groupdocs.parser.options.LoadOptions}
15456

15557
Initializes a new instance of the [`Parser`](/parser/python-net/groupdocs.parser/parser) class with [`LoadOptions`](/parser/python-net/groupdocs.parser.options/loadoptions).
@@ -236,25 +138,6 @@ def __init__(self, document, parser_settings):
236138
| parser_settings | groupdocs.parser.options.ParserSettings | The parser settings which are used to customize data extraction. |
237139

238140

239-
## __init__ {#System.Uri-groupdocs.parser.options.LoadOptions-groupdocs.parser.options.ParserSettings}
240-
241-
Initializes a new instance of the [`Parser`](/parser/python-net/groupdocs.parser/parser) class to extract data from an URI with `load_options` and `parser_settings`.
242-
243-
244-
245-
```python
246-
def __init__(self, uri, load_options, parser_settings):
247-
...
248-
```
249-
250-
251-
| Parameter | Type | Description |
252-
| :- | :- | :- |
253-
| uri | System.Uri | The Uri the request is sent to. |
254-
| load_options | groupdocs.parser.options.LoadOptions | The options to open the file. |
255-
| parser_settings | groupdocs.parser.options.ParserSettings | The parser settings which are used to customize data extraction. |
256-
257-
258141
## __init__ {#System.String-groupdocs.parser.options.LoadOptions-groupdocs.parser.options.ParserSettings}
259142

260143
Initializes a new instance of the [`Parser`](/parser/python-net/groupdocs.parser/parser) class with [`LoadOptions`](/parser/python-net/groupdocs.parser.options/loadoptions)

content/sites/groupdocs/parser/english/python-net/groupdocs.parser/parser/_index.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,6 @@ The Parser type exposes the following members:
1919
### Constructors
2020
| Constructor | Description |
2121
| :- | :- |
22-
| [__init__](/parser/python-net/groupdocs.parser/parser/__init__/#System.Uri) | Initializes a new instance of the [`Parser`](/parser/python-net/groupdocs.parser/parser) class to extract data from an URI. |
23-
| [__init__](/parser/python-net/groupdocs.parser/parser/__init__/#System.Uri-groupdocs.parser.options.LoadOptions) | Initializes a new instance of the [`Parser`](/parser/python-net/groupdocs.parser/parser) class to extract data from an URI with `load_options`. |
24-
| [__init__](/parser/python-net/groupdocs.parser/parser/__init__/#System.Uri-groupdocs.parser.options.ParserSettings) | Initializes a new instance of the [`Parser`](/parser/python-net/groupdocs.parser/parser) class to extract data from an URI with `parser_settings`. |
25-
| [__init__](/parser/python-net/groupdocs.parser/parser/__init__/#System.Uri-groupdocs.parser.options.LoadOptions-groupdocs.parser.options.ParserSettings) | Initializes a new instance of the [`Parser`](/parser/python-net/groupdocs.parser/parser) class to extract data from an URI with `load_options` and `parser_settings`. |
26-
| [__init__](/parser/python-net/groupdocs.parser/parser/__init__/#groupdocs.parser.options.EmailConnection) | Initializes a new instance of the [`Parser`](/parser/python-net/groupdocs.parser/parser) class to extract data from a remote email server. |
27-
| [__init__](/parser/python-net/groupdocs.parser/parser/__init__/#groupdocs.parser.options.EmailConnection-groupdocs.parser.options.ParserSettings) | Initializes a new instance of the [`Parser`](/parser/python-net/groupdocs.parser/parser) class to extract data from a remote email server. |
2822
| [__init__](/parser/python-net/groupdocs.parser/parser/__init__/#System.String) | Initializes a new instance of the [`Parser`](/parser/python-net/groupdocs.parser/parser) class. |
2923
| [__init__](/parser/python-net/groupdocs.parser/parser/__init__/#System.String-groupdocs.parser.options.LoadOptions) | Initializes a new instance of the [`Parser`](/parser/python-net/groupdocs.parser/parser) class with [`LoadOptions`](/parser/python-net/groupdocs.parser.options/loadoptions). |
3024
| [__init__](/parser/python-net/groupdocs.parser/parser/__init__/#System.String-groupdocs.parser.options.ParserSettings) | Initializes a new instance of the [`Parser`](/parser/python-net/groupdocs.parser/parser) class with [`ParserSettings`](/parser/python-net/groupdocs.parser.options/parsersettings). |

0 commit comments

Comments
 (0)