@@ -6,20 +6,19 @@ type: docs
66weight : 40
77url : /net/groupdocs.parser.options/ocrconnectorbase/recognizetextareas/
88---
9- ## RecognizeTextAreas(Stream, int, Size, OcrOptions) {#recognizetextareas_2 }
9+ ## RecognizeTextAreas(Stream, Page, OcrOptions) {#recognizetextareas }
1010
1111Recognize text areas from * imageStream* stream.
1212
1313``` csharp
14- public virtual IList < PageTextArea > RecognizeTextAreas (Stream imageStream , int pageIndex ,
15- Size pageSize , OcrOptions options )
14+ public virtual IList < PageTextArea > RecognizeTextAreas (Stream imageStream , Page page ,
15+ OcrOptions options )
1616```
1717
1818| Parameter | Type | Description |
1919| --- | --- | --- |
2020| imageStream | Stream | The image representation of the document page. |
21- | pageIndex | Int32 | The page index of the document. |
22- | pageSize | Size | The size of the document page. |
21+ | page | Page | The the document page. |
2322| options | OcrOptions | The OCR options. |
2423
2524### Return Value
@@ -29,27 +28,29 @@ A collection of [`PageTextArea`](../../../groupdocs.parser.data/pagetextarea) ob
2928### See Also
3029
3130* class [ PageTextArea] ( ../../../groupdocs.parser.data/pagetextarea )
32- * class [ Size ] ( ../../../groupdocs.parser.data/size )
31+ * class [ Page ] ( ../../../groupdocs.parser.data/page )
3332* class [ OcrOptions] ( ../../ocroptions )
3433* class [ OcrConnectorBase] ( ../../ocrconnectorbase )
3534* namespace [ GroupDocs.Parser.Options] ( ../../../groupdocs.parser.options )
3635* assembly [ GroupDocs.Parser] ( ../../../ )
3736
3837---
3938
40- ## RecognizeTextAreas(Stream, Size, OcrOptions) {#recognizetextareas_1 }
39+ ## RecognizeTextAreas(Stream, IEnumerable & lt ; Rectangle & gt ; , string, Page, OcrOptions) {#recognizetextareas_3 }
4140
4241Recognize text areas from * imageStream* stream.
4342
4443``` csharp
45- public virtual IList < PageTextArea > RecognizeTextAreas (Stream imageStream , Size pageSize ,
46- OcrOptions options )
44+ public virtual IList < PageTextArea > RecognizeTextAreas (Stream imageStream ,
45+ IEnumerable < Rectangle > rectangles , string allowedSymbols , Page page , OcrOptions options )
4746```
4847
4948| Parameter | Type | Description |
5049| --- | --- | --- |
5150| imageStream | Stream | The image representation of the document page. |
52- | pageSize | Size | The size of the document page. |
51+ | rectangles | IEnumerable`1 | The collection of rectangular areas that limits the OCR functionality. |
52+ | allowedSymbols | String | The filter of allowed symbols by OCR. |
53+ | page | Page | The the document page. |
5354| options | OcrOptions | The OCR options. |
5455
5556### Return Value
@@ -58,42 +59,6 @@ A collection of [`PageTextArea`](../../../groupdocs.parser.data/pagetextarea) ob
5859
5960### See Also
6061
61- * class [ PageTextArea] ( ../../../groupdocs.parser.data/pagetextarea )
62- * class [ Size] ( ../../../groupdocs.parser.data/size )
63- * class [ OcrOptions] ( ../../ocroptions )
64- * class [ OcrConnectorBase] ( ../../ocrconnectorbase )
65- * namespace [ GroupDocs.Parser.Options] ( ../../../groupdocs.parser.options )
66- * assembly [ GroupDocs.Parser] ( ../../../ )
67-
68- ---
69-
70- ## RecognizeTextAreas(Stream, Page, OcrOptions) {#recognizetextareas}
71-
72- ``` csharp
73- public virtual IList < PageTextArea > RecognizeTextAreas (Stream imageStream , Page page ,
74- OcrOptions options )
75- ```
76-
77- ### See Also
78-
79- * class [ PageTextArea] ( ../../../groupdocs.parser.data/pagetextarea )
80- * class [ Page] ( ../../../groupdocs.parser.data/page )
81- * class [ OcrOptions] ( ../../ocroptions )
82- * class [ OcrConnectorBase] ( ../../ocrconnectorbase )
83- * namespace [ GroupDocs.Parser.Options] ( ../../../groupdocs.parser.options )
84- * assembly [ GroupDocs.Parser] ( ../../../ )
85-
86- ---
87-
88- ## RecognizeTextAreas(Stream, IEnumerable< ; Rectangle> ; , string, Page, OcrOptions) {#recognizetextareas_3}
89-
90- ``` csharp
91- public virtual IList < PageTextArea > RecognizeTextAreas (Stream imageStream ,
92- IEnumerable < Rectangle > rectangles , string allowedSymbols , Page page , OcrOptions options )
93- ```
94-
95- ### See Also
96-
9762* class [ PageTextArea] ( ../../../groupdocs.parser.data/pagetextarea )
9863* class [ Rectangle] ( ../../../groupdocs.parser.data/rectangle )
9964* class [ Page] ( ../../../groupdocs.parser.data/page )
0 commit comments