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

# Text 要素

> Vantage OCR XML 出力の Text 要素には、認識されたテキストブロックまたは表セルのテキストが含まれます。par 子要素に加え、orientation などの属性も含まれます。

認識されたテキストブロック、または表セルのテキストを表します。[par](/ja/vantage/developer/output/xml/par-element) 要素を含みます。

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

| Property      | Data type | Description                                                                                                           |
| :------------ | :-------- | :-------------------------------------------------------------------------------------------------------------------- |
| `orientation` | `string`  | テキストの向き。取り得る値は次のとおりです: `Normal`, `RotatedClockwise`, `RotatedUpsidedown`, `RotatedCounterclockwise`。既定値は `Normal` です。 |
| `mirrored`    | `boolean` | テキストが鏡像になっているかどうかを指定します。既定値は `false` です。                                                                              |
| `inverted`    | `boolean` | テキストが反転しているかどうかを指定します。既定値は `false` です。                                                                                |
