Skip to main content

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.

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.
PropertyData typeDescription
l *integerThe X coordinate of the left border of the rectangle.
t *integerThe Y coordinate of the top border of the rectangle.
r *integerThe X coordinate of the right border of the rectangle.
b *integerThe Y coordinate of the bottom border of the rectangle.
* Indicates a required property.