Separators array elements
Elements of the separators array are objects describing separators detected on a page, i.e. stripes and lines that form tables or separate document sections.
| Property | Data type | Description |
|---|---|---|
| position | rect | Coordinates of the rectangular region on the document where the separator is located. |
| confidence | confidence | This value is always equal to -1. |
| color | integer | The color of the separator. |
| thickness | integer | The width of the separator in pixels. |
| type | string enum |
Separator type. Possible values:
|
| endPoints | object |
The coordinates of the start and end points of the separator in pixels. Properties (integer data type):
|
11/7/2025 12:48:30 PM