RecognizeTextAreas
Contents
[
Hide
]
RecognizeTextAreas(Stream, int, Size, OcrOptions)
Recognize text areas from imageStream stream.
public virtual IList<PageTextArea> RecognizeTextAreas(Stream imageStream, int pageIndex,
Size pageSize, OcrOptions options)
Parameter | Type | Description |
---|---|---|
imageStream | Stream | The image representation of the document page. |
pageIndex | Int32 | The page index of the document. |
pageSize | Size | The size of the document page. |
options | OcrOptions | The OCR options. |
Return Value
A collection of PageTextArea
objects; null
if text areas recognizing isn’t supported.
See Also
- class PageTextArea
- class Size
- class OcrOptions
- class OcrConnectorBase
- namespace GroupDocs.Parser.Options
- assembly GroupDocs.Parser
RecognizeTextAreas(Stream, Size, OcrOptions)
Recognize text areas from imageStream stream.
public virtual IList<PageTextArea> RecognizeTextAreas(Stream imageStream, Size pageSize,
OcrOptions options)
Parameter | Type | Description |
---|---|---|
imageStream | Stream | The image representation of the document page. |
pageSize | Size | The size of the document page. |
options | OcrOptions | The OCR options. |
Return Value
A collection of PageTextArea
objects; null
if text areas recognizing isn’t supported.
See Also
- class PageTextArea
- class Size
- class OcrOptions
- class OcrConnectorBase
- namespace GroupDocs.Parser.Options
- assembly GroupDocs.Parser