/AWS1/CL_TEXGEOMETRY¶
Information about where the following items are located on a document page: detected page, text, key-value pairs, tables, table cells, and selection elements.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_boundingbox TYPE REF TO /AWS1/CL_TEXBOUNDINGBOX /AWS1/CL_TEXBOUNDINGBOX¶
An axis-aligned coarse representation of the location of the recognized item on the document page.
it_polygon TYPE /AWS1/CL_TEXPOINT=>TT_POLYGON TT_POLYGON¶
Within the bounding box, a fine-grained polygon around the recognized item.
iv_rotationangle TYPE /AWS1/RT_FLOAT_AS_STRING /AWS1/RT_FLOAT_AS_STRING¶
Provides a numerical value corresponding to the rotation of the text.
Queryable Attributes¶
BoundingBox¶
An axis-aligned coarse representation of the location of the recognized item on the document page.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BOUNDINGBOX() |
Getter for BOUNDINGBOX |
Polygon¶
Within the bounding box, a fine-grained polygon around the recognized item.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_POLYGON() |
Getter for POLYGON, with configurable default |
ASK_POLYGON() |
Getter for POLYGON w/ exceptions if field has no value |
HAS_POLYGON() |
Determine if POLYGON has a value |
RotationAngle¶
Provides a numerical value corresponding to the rotation of the text.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ROTATIONANGLE() |
Getter for ROTATIONANGLE, with configurable default |
ASK_ROTATIONANGLE() |
Getter for ROTATIONANGLE w/ exceptions if field has no value |
STR_ROTATIONANGLE() |
String format for ROTATIONANGLE, with configurable default |
HAS_ROTATIONANGLE() |
Determine if ROTATIONANGLE has a value |