Class OcrWord
Stores text and rectangle of a word in OCR results. See ocr.Words.
public record OcrWord : IEquatable<OcrWord>
Namespace: Au.Types
Assembly: Au.dll
Constructors
| Name | Description |
|---|---|
| OcrWord(string, string, RECT, double) |
Properties
| Name | Description |
|---|---|
| Offset | Word offset in ocr.TextForFind. |
| Rect | Word rectangle in area. |
| Separator | Separator before the word (space, new line, etc). Also can be |
| Text | Word text. |