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

# セパレーター 要素

> Vantage OCR XML 出力のセパレーター要素は、セパレーター (線または帯) の太さ、位置、色、および開始座標と終了座標を記述します。

単一のセパレーター (**blockType** 属性が Separator の場合に使用可能) 、またはセパレーターのグループ内にある 1 つのセパレーターです。**start** 要素と **end** 要素を含みます。

次の属性を持ちます。

| Property       | Data type | Description                               |
| :------------- | :-------- | :---------------------------------------- |
| `thickness` \* | `integer` | セパレーターの正確な太さ (ピクセル単位) 。                   |
| `type` \*      | `string`  | セパレーターの種類。可能な値：`Unknown`、`Black`、`Dotted` |

<div id="start-element">
  ## 開始要素
</div>

セパレータの開始位置を表します。次の属性があります。

| Property | Data type | Description            |
| :------- | :-------- | :--------------------- |
| `x` \*   | `integer` | セパレータの開始位置における水平方向の座標。 |
| `y` \*   | `integer` | セパレータの開始位置における垂直方向の座標。 |

<div id="end-element">
  ## End 要素
</div>

セパレーターの終点を表します。次の属性があります。

| Property | Data type | Description        |
| :------- | :-------- | :----------------- |
| `x` \*   | `integer` | セパレーターの終点の水平方向の座標。 |
| `y` \*   | `integer` | セパレーターの終点の垂直方向の座標。 |

* は必須プロパティを示します。
