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

# Formatting 要素

> Vantage OCR XML 出力内の Formatting 要素は、同一の書式を持つ文字をグループ化し、認識された各文字に対応する charParams 要素を含みます。

同一の書式が適用された文字のグループです。**charParams** 要素の集合です。

次の属性があります。

| Property  | Data type | Description  |
| :-------- | :-------- | :----------- |
| `lang` \* | `string`  | 認識に使用される言語名。 |

<div id="charparams-element">
  ## CharParams 要素
</div>

1 文字分の属性。

このタグには次の属性を指定できます。

| Property     | Data type | Description             |
| :----------- | :-------- | :---------------------- |
| `l` \*       | `integer` | 文字を囲む Rectangle の左辺の座標。 |
| `t` \*       | `integer` | 文字を囲む Rectangle の上辺の座標。 |
| `r` \*       | `integer` | 文字を囲む Rectangle の右辺の座標。 |
| `b` \*       | `integer` | 文字を囲む Rectangle の下辺の座標。 |
| `suspicious` | `boolean` | 文字が不確かに認識されたかどうかを示します。  |
| `isTab`      | `boolean` | 文字がタブであるかどうかを示します。      |

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