The Optical Character Recognition feature provided by the OCR plugin is deprecated. It was removed from TestComplete in version 12.60 and is no longer available for later versions. Instead, TestComplete version 12.60 introduces the new Optical Character Recognition engine featuring Google Cloud Vision API. To learn more, see Optical Character Recognition. If you need to use the legacy feature, please contact our Customer Care team. |
Description
The OCRObject.FoundWidth
property lets you get the width of the rectangular region found in an onscreen object with OCRObject.FindRectByText
.
Declaration
OCRObjectObj.FoundWidth
Read-Only Property | Integer |
OCRObjectObj | An expression, variable or parameter that specifies a reference to an OCRObject object |
Applies To
The property is applied to the following object:
Property Value
An integer value that denotes the width of the found rectangular region.
See Also
OCRObject.FoundHeight
OCRObject.FoundTop
OCRObject.FoundLeft
OCRObject.FoundX
OCRObject.FoundY
OCRObject.FindRectByText
Using Optical Character Recognition - Tips