Skip to content

Commit 3ac8871

Browse files
Update file(s) "/." from "groupdocs-parser/Groupdocs.Parser-References"
1 parent 3b70d89 commit 3ac8871

44 files changed

Lines changed: 281 additions & 44 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

content/sites/groupdocs/parser/english/net/groupdocs.parser.options/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ The namespace provides classes to specify additional options when parsing data f
6161
| [FileTypeDetectionMode](./filetypedetectionmode) | Defines a mode of the file type detection. |
6262
| [FormattedTextMode](./formattedtextmode) | Defines a formatted text mode. |
6363
| [ImageFormat](./imageformat) | Defines a format of the image. |
64+
| [Language](./language) | Defines the languages ​​used for optical character recognition (OCR). ISO 939-3 codes are used. |
6465
| [PagePreviewFormat](./pagepreviewformat) | Represents supported preview formats. |
6566
| [PreviewOptions.PreviewFormats](./previewoptions.previewformats) | Represents supported preview formats. |
6667
| [QualityMode](./qualitymode) | Defines a level of the quality. |
Lines changed: 181 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,181 @@
1+
---
2+
title: Language
3+
second_title: GroupDocs.Parser for .NET API Reference
4+
description: Defines the languages used for optical character recognition OCR. ISO 9393 codes are used.
5+
type: docs
6+
weight: 570
7+
url: /net/groupdocs.parser.options/language/
8+
---
9+
## Language enumeration
10+
11+
Defines the languages ​​used for optical character recognition (OCR). ISO 939-3 codes are used.
12+
13+
```csharp
14+
public enum Language
15+
```
16+
17+
### Values
18+
19+
| Name | Value | Description |
20+
| --- | --- | --- |
21+
| ExtLatin | `0` | Multi-language (latin alphabet + diacritic) support. |
22+
| Latin | `1` | Latin alphabet. |
23+
| Cyrillic | `2` | Multi-language (cyrillic alphabet) support. |
24+
| Eng | `3` | English alphabet. |
25+
| Deu | `4` | German alphabet. |
26+
| Por | `5` | Portuguese alphabet. |
27+
| Spa | `6` | Spanish alphabet. |
28+
| Fra | `7` | French alphabet. |
29+
| Ita | `8` | Italian alphabet. |
30+
| Ces | `9` | Czech alphabet. |
31+
| Dan | `10` | Danish alphabet. |
32+
| Nld | `11` | Dutch alphabet. |
33+
| Est | `12` | Estonian alphabet. |
34+
| Fin | `13` | Finnish alphabet. |
35+
| Lav | `14` | Latvian alphabet. |
36+
| Lit | `15` | Lithuanian alphabet. |
37+
| Nor | `16` | Norwegian alphabet. |
38+
| Pol | `17` | Polish alphabet. |
39+
| Ron | `18` | Romanian alphabet. |
40+
| Hbs | `19` | Serbo-Croatian alphabet. |
41+
| Slk | `20` | Slovak alphabet. |
42+
| Slv | `21` | Slovene alphabet. |
43+
| Swe | `22` | Swedish alphabet. |
44+
| Chinese | `23` | Universal recognition of Chinese-based languages, including mixed Chinese-English texts. |
45+
| Bel | `24` | Belorussian alphabet. |
46+
| Bul | `25` | Bulgarian alphabet. |
47+
| Kaz | `26` | Kazakh alphabet. |
48+
| Rus | `27` | Russian alphabet. |
49+
| Srp | `28` | Serbian alphabet. |
50+
| Ukr | `29` | Ukrainian alphabet. |
51+
| Hin | `30` | Hindi alphabet. |
52+
| Cmn | `31` | Mandarin (Chinese) alphabet. |
53+
| Ind | `32` | Indonesian alphabet. |
54+
| Wuu | `33` | Changzhou alphabet. |
55+
| Vie | `34` | Vietnamese alphabet. |
56+
| Mar | `35` | Marathi alphabet. |
57+
| Tur | `36` | Turkish alphabet. |
58+
| Yue | `37` | Cantonese alphabet. |
59+
| Nan | `38` | Min Nan alphabet. |
60+
| Mly | `39` | Malay (Melayu) alphabet. |
61+
| Hau | `40` | Hausa alphabet. |
62+
| Hsn | `41` | Xiang alphabet. |
63+
| Sun | `42` | Sundanese (Sunda) alphabet. |
64+
| Swh | `43` | Swahili alphabet. |
65+
| Hak | `44` | Hakka alphabet. |
66+
| Bho | `45` | Bhojpuri alphabet. |
67+
| Mai | `46` | Maithili alphabet. |
68+
| Tgl | `47` | Tagalog (Pilipino) alphabet. |
69+
| Yor | `48` | Yoruba alphabet. |
70+
| Gax | `49` | Oromo alphabet. |
71+
| Ceb | `50` | Cebuano alphabet. |
72+
| Awa | `51` | Awadhi alphabet. |
73+
| Azb | `52` | Azerbaijani (Azeri) alphabet. |
74+
| Gan | `53` | Gan alphabet. |
75+
| Kmr | `54` | Kurdish (Kurmanji) alphabet. |
76+
| Bos | `55` | Bosnian alphabet. |
77+
| Hrv | `56` | Croatian alphabet. |
78+
| Bhr | `57` | Malagasy alphabet. |
79+
| Nep | `58` | Nepali alphabet. |
80+
| Ccx | `59` | Zhuang alphabet. |
81+
| Tuk | `60` | Turkmen alphabet. |
82+
| Som | `61` | Somali alphabet. |
83+
| Rwr | `62` | Marwari alphabet. |
84+
| Mag | `63` | Magahi alphabet. |
85+
| Bgc | `64` | Haryanvi alphabet. |
86+
| Hun | `65` | Hungarian (Magyar) alphabet. |
87+
| Hne | `66` | Chattisgarhi (Laria, Khaltahi) alphabet. |
88+
| Nya | `67` | Chichewa (Chewa, Nyanja) alphabet. |
89+
| Kin | `68` | Rwanda alphabet. |
90+
| Mnp | `69` | Min Bei alphabet. |
91+
| Zul | `70` | Zulu alphabet. |
92+
| Dhd | `71` | Dhundari alphabet. |
93+
| Ilo | `72` | Ilocano alphabet. |
94+
| Cdo | `73` | Min Dong alphabet. |
95+
| Qxa | `74` | Quechua alphabet. |
96+
| Hil | `75` | Hiligaynon alphabet. |
97+
| Hmn | `76` | Hmong alphabet. |
98+
| Sna | `77` | Shona (Karanga) alphabet. |
99+
| Knn | `78` | Konkani alphabet. |
100+
| Xho | `79` | Xhosa alphabet. |
101+
| Bew | `80` | Betawi alphabet. |
102+
| Bjj | `81` | Kanauji alphabet. |
103+
| Aln | `82` | Albanian alphabet. |
104+
| Cat | `83` | Catalan alphabet. |
105+
| Afr | `84` | Afrikaans alphabet. |
106+
| Min | `85` | Minangkabau alphabet. |
107+
| Sot | `86` | Sotho (Southern) alphabet. |
108+
| Bcl | `87` | Bikol alphabet. |
109+
| Wtm | `88` | Mewati alphabet. |
110+
| Vmw | `89` | Makua (Makhuwa) alphabet. |
111+
| Knc | `90` | Kanuri alphabet. |
112+
| Tsn | `91` | Tswana alphabet. |
113+
| Kon | `92` | Kikongo alphabet. |
114+
| Luo | `93` | Luo alphabet. |
115+
| Suk | `94` | Sukuma alphabet. |
116+
| Tso | `95` | Tsonga alphabet. |
117+
| Bem | `96` | Bemba (Chibemba) alphabet. |
118+
| Kln | `97` | Nandi alphabet. |
119+
| Plm | `98` | Palembang alphabet. |
120+
| Umb | `99` | Umbundu alphabet. |
121+
| Nso | `100` | Sotho (Northern) alphabet. |
122+
| War | `101` | Waray-Waray alphabet. |
123+
| Rjb | `102` | Rajbanshi alphabet. |
124+
| Gbm | `103` | Garhwali alphabet. |
125+
| Lmn | `104` | Lamani (Lambadi) alphabet. |
126+
| Nds | `105` | Low German alphabet. |
127+
| Glk | `106` | Gilaki alphabet. |
128+
| Mui | `107` | Musi alphabet. |
129+
| Cpx | `108` | Pu-Xian alphabet. |
130+
| Pam | `109` | Kapampangan alphabet. |
131+
| Pcc | `110` | Bouyei (Buyi, Giáy) alphabet. |
132+
| Kfy | `111` | Kumauni alphabet. |
133+
| Glg | `112` | Galician alphabet. |
134+
| Nbl | `113` | Ndebele alphabet. |
135+
| Yao | `114` | Yao alphabet. |
136+
| Sas | `115` | Sasak alphabet. |
137+
| Ssw | `116` | Swati (Swazi) alphabet. |
138+
| Guz | `117` | Gusii alphabet. |
139+
| Mer | `118` | Meru alphabet. |
140+
| Wbr | `119` | Wagdi alphabet. |
141+
| Wal | `120` | Wolaytta alphabet. |
142+
| Doc | `121` | Dong alphabet. |
143+
| Pag | `122` | Pangasinan alphabet. |
144+
| Diq | `123` | Dimli alphabet. |
145+
| Mak | `124` | Makassar (Makasar) alphabet. |
146+
| Tum | `125` | Tumbuka alphabet. |
147+
| Srr | `126` | Serer-Sine alphabet. |
148+
| Lnc | `127` | Occitan alphabet. |
149+
| Che | `128` | Chechen alphabet. |
150+
| Toi | `129` | Tonga alphabet. |
151+
| Mtq | `130` | Muong alphabet. |
152+
| Quc | `131` | K'iche' alphabet. |
153+
| Mup | `132` | Malvi alphabet. |
154+
| Mtr | `133` | Mewari alphabet. |
155+
| Kbd | `134` | Kabardian alphabet. |
156+
| Ruf | `135` | Luguru alphabet. |
157+
| Ara | `136` | Arabic alphabet. |
158+
| Pes | `137` | Persian (Farsi) alphabet. |
159+
| Urd | `138` | Urdu alphabet. |
160+
| Uig | `139` | Uyghur alphabet. |
161+
| Kor | `140` | Korean alphabet. |
162+
| Jpn | `141` | Japanese alphabet. |
163+
| Tam | `142` | Tamil alphabet. |
164+
| Tel | `143` | Telugu alphabet. |
165+
| Kan | `144` | Kannada alphabet. |
166+
| European | `145` | Experimental. Recognition of mixed Cyrillic/English texts. |
167+
| Indic | `146` | Universal recognition of Indic languages based on Devanagari script, including texts with mixed English characters. |
168+
| Devanagari | `147` | Universal recognition of Indic languages based on Devanagari script, including texts with mixed English characters. |
169+
| Mon | `148` | Mongolian alphabet. |
170+
| PersoArabic | `149` | Universal Perso-Arabic alphabet. |
171+
| Islamic | `150` | Universal Perso-Arabic alphabet. |
172+
| Multilanguage | `151` | Automatically detects the language in the input document or image. Supports multiple language families, including Latin, Cyrillic, Arabic, and more. |
173+
| Auto | `152` | Automatically detects the language in the input document or image. Supports multiple language families, including Latin, Cyrillic, Arabic, and more. |
174+
| Universal | `153` | Automatically detects the language in the input document or image. Supports multiple language families, including Latin, Cyrillic, Arabic, and more. |
175+
176+
### See Also
177+
178+
* namespace [GroupDocs.Parser.Options](../../groupdocs.parser.options)
179+
* assembly [GroupDocs.Parser](../../)
180+
181+
<!-- DO NOT EDIT: generated by xmldocmd for GroupDocs.parser.dll -->

content/sites/groupdocs/parser/english/net/groupdocs.parser.options/loadoptions/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: LoadOptions
33
second_title: GroupDocs.Parser for .NET API Reference
44
description: Provides the options which are used to open a file.
55
type: docs
6-
weight: 570
6+
weight: 580
77
url: /net/groupdocs.parser.options/loadoptions/
88
---
99
## LoadOptions class

content/sites/groupdocs/parser/english/net/groupdocs.parser.options/ocrconnectorbase/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: OcrConnectorBase
33
second_title: GroupDocs.Parser for .NET API Reference
44
description: Provides the OCR functionality.
55
type: docs
6-
weight: 580
6+
weight: 590
77
url: /net/groupdocs.parser.options/ocrconnectorbase/
88
---
99
## OcrConnectorBase class

content/sites/groupdocs/parser/english/net/groupdocs.parser.options/ocreventhandler/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: OcrEventHandler
33
second_title: GroupDocs.Parser for .NET API Reference
44
description: Provides a handler for OCR events.
55
type: docs
6-
weight: 590
6+
weight: 600
77
url: /net/groupdocs.parser.options/ocreventhandler/
88
---
99
## OcrEventHandler class

content/sites/groupdocs/parser/english/net/groupdocs.parser.options/ocroptions/_index.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: OcrOptions
33
second_title: GroupDocs.Parser for .NET API Reference
44
description: Provides the options which are used for OCR Connector.
55
type: docs
6-
weight: 600
6+
weight: 610
77
url: /net/groupdocs.parser.options/ocroptions/
88
---
99
## OcrOptions class
@@ -19,17 +19,19 @@ public class OcrOptions
1919
| Name | Description |
2020
| --- | --- |
2121
| [OcrOptions](ocroptions#constructor)() | Initializes a new instance of the [`OcrOptions`](../ocroptions) class with rectangular area. |
22-
| [OcrOptions](ocroptions#constructor_4)(OcrEventHandler) | Initializes a new instance of the [`OcrOptions`](../ocroptions) class with [`OcrEventHandler`](../ocreventhandler) object. |
23-
| [OcrOptions](ocroptions#constructor_5)(PagePreviewOptions) | Initializes a new instance of the [`OcrOptions`](../ocroptions) class with rectangular area. |
22+
| [OcrOptions](ocroptions#constructor_5)(OcrEventHandler) | Initializes a new instance of the [`OcrOptions`](../ocroptions) class with [`OcrEventHandler`](../ocreventhandler) object. |
23+
| [OcrOptions](ocroptions#constructor_6)(PagePreviewOptions) | Initializes a new instance of the [`OcrOptions`](../ocroptions) class with rectangular area. |
2424
| [OcrOptions](ocroptions#constructor_1)(Rectangle) | Initializes a new instance of the [`OcrOptions`](../ocroptions) class with rectangular area. |
2525
| [OcrOptions](ocroptions#constructor_2)(Rectangle, OcrEventHandler) | Initializes a new instance of the [`OcrOptions`](../ocroptions) class with rectangular area and [`OcrEventHandler`](../ocreventhandler) object. |
2626
| [OcrOptions](ocroptions#constructor_3)(Rectangle, OcrEventHandler, PagePreviewOptions, bool) | Initializes a new instance of the [`OcrOptions`](../ocroptions) class. |
27+
| [OcrOptions](ocroptions#constructor_4)(Rectangle, OcrEventHandler, PagePreviewOptions, bool, Language) | Initializes a new instance of the [`OcrOptions`](../ocroptions) class. |
2728

2829
## Properties
2930

3031
| Name | Description |
3132
| --- | --- |
3233
| [Handler](../../groupdocs.parser.options/ocroptions/handler) { get; set; } | Gets the event handler to catch OCR events. |
34+
| [Language](../../groupdocs.parser.options/ocroptions/language) { getset; } | Gets or sets the language used for OCR. Determines the alphabet used during recognition. English is used by default. |
3335
| [PagePreviewOptions](../../groupdocs.parser.options/ocroptions/pagepreviewoptions) { getset; } | Gets the document page preview options. |
3436
| [Rectangle](../../groupdocs.parser.options/ocroptions/rectangle) { getset; } | Gets the rectangular area that constraints the page area which is used for text recognizing. |
3537
| [UseSpellChecker](../../groupdocs.parser.options/ocroptions/usespellchecker) { getset; } | Gets the value that indicates whether the spell checker is used. |
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
title: Language
3+
second_title: GroupDocs.Parser for .NET API Reference
4+
description: Gets or sets the language used for OCR. Determines the alphabet used during recognition. English is used by default.
5+
type: docs
6+
weight: 30
7+
url: /net/groupdocs.parser.options/ocroptions/language/
8+
---
9+
## OcrOptions.Language property
10+
11+
Gets or sets the language used for OCR. Determines the alphabet used during recognition. English is used by default.
12+
13+
```csharp
14+
public Language Language { get; set; }
15+
```
16+
17+
### See Also
18+
19+
* enum [Language](../../language)
20+
* class [OcrOptions](../../ocroptions)
21+
* namespace [GroupDocs.Parser.Options](../../../groupdocs.parser.options)
22+
* assembly [GroupDocs.Parser](../../../)
23+
24+
<!-- DO NOT EDIT: generated by xmldocmd for GroupDocs.parser.dll -->

content/sites/groupdocs/parser/english/net/groupdocs.parser.options/ocroptions/ocroptions/_index.md

Lines changed: 31 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public OcrOptions()
2222

2323
---
2424

25-
## OcrOptions(PagePreviewOptions) {#constructor_5}
25+
## OcrOptions(PagePreviewOptions) {#constructor_6}
2626

2727
Initializes a new instance of the [`OcrOptions`](../../ocroptions) class with rectangular area.
2828

@@ -64,7 +64,7 @@ public OcrOptions(Rectangle rectangle)
6464

6565
---
6666

67-
## OcrOptions(OcrEventHandler) {#constructor_4}
67+
## OcrOptions(OcrEventHandler) {#constructor_5}
6868

6969
Initializes a new instance of the [`OcrOptions`](../../ocroptions) class with [`OcrEventHandler`](../../ocreventhandler) object.
7070

@@ -133,4 +133,33 @@ public OcrOptions(Rectangle rectangle, OcrEventHandler handler,
133133
* namespace [GroupDocs.Parser.Options](../../../groupdocs.parser.options)
134134
* assembly [GroupDocs.Parser](../../../)
135135

136+
---
137+
138+
## OcrOptions(Rectangle, OcrEventHandler, PagePreviewOptions, bool, Language) {#constructor_4}
139+
140+
Initializes a new instance of the [`OcrOptions`](../../ocroptions) class.
141+
142+
```csharp
143+
public OcrOptions(Rectangle rectangle, OcrEventHandler handler,
144+
PagePreviewOptions pagePreviewOptions, bool useSpellCheker, Language language)
145+
```
146+
147+
| Parameter | Type | Description |
148+
| --- | --- | --- |
149+
| rectangle | Rectangle | The rectangular area that constraints the page area which is used for text recognizing. |
150+
| handler | OcrEventHandler | An instance of [`OcrEventHandler`](../../ocreventhandler) to catch OCR events. |
151+
| pagePreviewOptions | PagePreviewOptions | An instance of [`PagePreviewOptions`](../pagepreviewoptions) class that sets properties for the document page preview generation. |
152+
| useSpellCheker | Boolean | The value that indicates whether the spell checker is used. |
153+
| language | Language | The language ​​used for OCR. |
154+
155+
### See Also
156+
157+
* class [Rectangle](../../../groupdocs.parser.data/rectangle)
158+
* class [OcrEventHandler](../../ocreventhandler)
159+
* class [PagePreviewOptions](../../pagepreviewoptions)
160+
* enum [Language](../../language)
161+
* class [OcrOptions](../../ocroptions)
162+
* namespace [GroupDocs.Parser.Options](../../../groupdocs.parser.options)
163+
* assembly [GroupDocs.Parser](../../../)
164+
136165
<!-- DO NOT EDIT: generated by xmldocmd for GroupDocs.parser.dll -->

content/sites/groupdocs/parser/english/net/groupdocs.parser.options/ocroptions/pagepreviewoptions/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: PagePreviewOptions
33
second_title: GroupDocs.Parser for .NET API Reference
44
description: Gets the document page preview options.
55
type: docs
6-
weight: 30
6+
weight: 40
77
url: /net/groupdocs.parser.options/ocroptions/pagepreviewoptions/
88
---
99
## OcrOptions.PagePreviewOptions property

content/sites/groupdocs/parser/english/net/groupdocs.parser.options/ocroptions/rectangle/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Rectangle
33
second_title: GroupDocs.Parser for .NET API Reference
44
description: Gets the rectangular area that constraints the page area which is used for text recognizing.
55
type: docs
6-
weight: 40
6+
weight: 50
77
url: /net/groupdocs.parser.options/ocroptions/rectangle/
88
---
99
## OcrOptions.Rectangle property

0 commit comments

Comments
 (0)