> ## 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.

# Separators 配列要素

> Vantage OCR JSON 出力の separators 配列の要素は、表を構成したりドキュメントのセクションを区切ったりする線や帯について、位置と色とともに説明します。

**separators** 配列の要素は、ページ上で検出されたセパレーター、つまり表を構成したり、ドキュメントのセクションを区切ったりする帯や線を表すオブジェクトです。

| Property     | Data type     | Description                                                                        |
| :----------- | :------------ | :--------------------------------------------------------------------------------- |
| `position`   | `rect`        | セパレーターが配置されているドキュメント上の矩形領域の座標。                                                     |
| `confidence` | `confidence`  | この値は常に -1 です。                                                                      |
| `color`      | `integer`     | セパレーターの色。                                                                          |
| `thickness`  | `integer`     | セパレーターのピクセル単位での太さ。                                                                 |
| `type`       | `string enum` | セパレーターの種類。取り得る値: `unknown`, `solid`, `dotted`                                      |
| `endPoints`  | `object`      | セパレーターの開始点と終了点のピクセル単位での座標。プロパティ (`integer` 型) : `startX`, `startY`, `endX`, `endY` |
