RecognizeText
OcrConnectorBase.RecognizeText method
Recognize a text from imageStream stream.
public virtual string RecognizeText(Stream imageStream, OcrOptions options)
| Parameter | Type | Description | 
|---|---|---|
| imageStream | Stream | The image representation of the document page. | 
| options | OcrOptions | The OCR options. | 
Return Value
A string that represents a recognized text; null if text recognizing isn’t supported.
See Also
- class OcrOptions
 - class OcrConnectorBase
 - namespace GroupDocs.Parser.Options
 - assembly GroupDocs.Parser