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

# Line 要素

> Vantage OCR XML 出力内の line 要素は、段落の1行を表します。formatting 要素を含み、ベースラインと外接矩形の座標を提供します。

段落の1行を表します。[formatting](/ja/vantage/developer/output/xml/formatting-element) 要素を含みます。

このタグには次の属性があります：

| Property      | Data type | Description          |
| :------------ | :-------- | :------------------- |
| `baseline` \* | `integer` | ベースラインからページの上端までの距離。 |
| `l` \*        | `integer` | 外接矩形の左端の座標。          |
| `t` \*        | `integer` | 外接矩形の上端の座標。          |
| `r` \*        | `integer` | 外接矩形の右端の座標。          |
| `b` \*        | `integer` | 外接矩形の下端の座標。          |

* 表示されているプロパティが必須であることを示します。
