The OCRObject object contains the following properties:
Property List
Name | Description |
---|---|
DefaultOptions
|
Returns the
OCROptions
object that holds the default values of character recognition settings. |
FoundHeight
|
Returns the height of the rectangular region found in an onscreen object with
OCRObject.FindRectByText
. |
FoundLeft
|
Returns the horizontal coordinate of the left border of a rectangular region found in an onscreen object with
OCRObject.FindRectByText
. |
FoundTop
|
Returns the vertical coordinate of the top border of a rectangular region found in an onscreen object with
OCRObject.FindRectByText
. |
FoundWidth
|
Returns the width of a rectangular region found in an onscreen object with
OCRObject.FindRectByText
. |
FoundX
|
Returns the horizontal coordinate of the center of a rectangular region found in an onscreen object with
OCRObject.FindRectByText
. |
FoundY
|
Returns the vertical coordinate of the center of a rectangular region found in an onscreen object with
OCRObject.FindRectByText
. |