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

> Das Text-Element in der Vantage OCR XML-Ausgabe enthält den Text eines erkannten Textblocks oder einer Tabellenzelle: untergeordnete `par`-Elemente sowie Ausrichtung und andere Attribute.

Text eines erkannten Textblocks oder einer Tabellenzelle. Enthält [par](/de/vantage/developer/output/xml/par-element)-Elemente.

Das Tag kann folgende Attribute haben:

| Eigenschaft   | Datentyp  | Beschreibung                                                                                                                                      |
| :------------ | :-------- | :------------------------------------------------------------------------------------------------------------------------------------------------ |
| `orientation` | `string`  | Die Textausrichtung. Mögliche Werte: `Normal`, `RotatedClockwise`, `RotatedUpsidedown`, `RotatedCounterclockwise`. Der Standardwert ist `Normal`. |
| `mirrored`    | `boolean` | Gibt an, ob der Text gespiegelt ist. Der Standardwert ist `false`.                                                                                |
| `inverted`    | `boolean` | Gibt an, ob der Text invertiert ist. Der Standardwert ist `false`.                                                                                |
