A rect object describes a rectangle defined using coordinates of four lines that form its left, top, right, and bottom borders. Borders of a rectangle are always parallel to the edges of the page. The coordinates are specified in pixels.Documentation Index
Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt
Use this file to discover all available pages before exploring further.
| Property | Data type | Description |
|---|---|---|
l * | integer | The X coordinate of the left border of the rectangle. |
t * | integer | The Y coordinate of the top border of the rectangle. |
r * | integer | The X coordinate of the right border of the rectangle. |
b * | integer | The Y coordinate of the bottom border of the rectangle. |
