OcrConnectorBase
OcrConnectorBase class
Provides the OCR functionality.
public abstract class OcrConnectorBase
Properties
Name | Description |
---|---|
virtual IsTextAreasSupported { get; } | Gets the value that indicates whether the text areas extraction is supported. |
virtual IsTextSupported { get; } | Gets the value that indicates whether the text extraction is supported. |
Methods
Name | Description |
---|---|
virtual RecognizeText(Stream, OcrOptions) | Recognize a text from imageStream stream. |
virtual RecognizeTextAreas(Stream, Size, OcrOptions) | Recognize text areas from imageStream stream. |
virtual RecognizeTextAreas(Stream, int, Size, OcrOptions) | Recognize text areas from imageStream stream. |
See Also
- namespace GroupDocs.Parser.Options
- assembly GroupDocs.Parser