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, Page, OcrOptions) |
Recognize text areas from imageStream stream. |
| virtual RecognizeTextAreas(Stream, IEnumerable<Rectangle>, string, Page, OcrOptions) |
Recognize text areas from imageStream stream. |
See Also