OcrConnectorBase
Leave feedback
On this page
Provides the OCR functionality.
public abstract class OcrConnectorBase
| 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. |
| 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. |
- namespace GroupDocs.Parser.Options
- assembly GroupDocs.Parser
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.