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.
ImageRegion represents a field region on a document image. A region can consist of multiple rectangular areas.
Properties
| Name | Type | Access level | Description |
|---|---|---|---|
| Field | Field | Read-only | The field that the region belongs to. |
| Page | Page | Read-only | The page the region is on. |
| Rectangles | RectangleList | Read-write | A list of all rectangular areas on the image that the region consists of. |
| SurroundingRectangle | Rectangle | Read-only | A single rectangle that encloses the entire region. |
Related topics
ImageRegionList
A collection of field regions on an image.
Rectangle
A rectangular area on an image, with coordinates in pixels.
RectangleList
A list of rectangle areas on an image.
Page
A single document page.
Object model
Full JavaScript object reference for use in Advanced Script Rules.
