The OcrWord type exposes the following members.
Back to Top
Properties
| Name | Description | |
|---|---|---|
| Box |
Gets or sets the bounding box of the word in a string format.
The box is described as X0,Y0,Width,Height.
X0,Y0 are the coordinates of the top left corner of the word relative to the top left corner of the image.
| |
| Confidence |
Gets or sets the confidence of the word.
| |
| Text |
Gets or sets the text of the word.
|
See Also