Show / Hide Table of Contents

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
Inheritance
object
OcrWord

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 "" or null.

Text

Word text.