RecognizedImage
Leave feedback
On this page
Represents text, extracted from an image as a result of its recognition process.
public class RecognizedImage
| Name | Description |
|---|---|
| RecognizedImage(IEnumerable<TextLine>) | Initializes a new instance of the class, using a set of recognized lines. |
| Name | Description |
|---|---|
| Lines { get; } | Gets lines of text, with their fragments, recognized within the document. |
| Text { get; } | Gets textual equivalent of the structured text. |
| Name | Description |
|---|---|
| override ToString() | Gets textual equivalent of the structured text. |
Learn more
- More details about using OCR in GroupDocs.Redaction: OCR Usage Basics
- namespace GroupDocs.Redaction.Integration.Ocr
- assembly GroupDocs.Redaction
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.