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

# listLevel Object

> The listLevel object in Vantage OCR JSON output describes a single list level: index, numbering style, start number, and bullet text or symbol used.

The **listLevel** object contains information about the list level.

| Property            | Data type            | Description                                          |
| :------------------ | :------------------- | :--------------------------------------------------- |
| `levelIndex` \*     | `integer`            | List level index. Minimum value: 0                   |
| `numberingStyle` \* | `listNumberingStyle` | List numbering style used in the current list level. |
| `startNumber` \*    | `integer`            | The first number in the list.                        |

\* Indicates a required property.

## listNumberingStyle

The **listNumberingStyle** (string enum) data type describes the list numbering style.

### Possible values

| Value                                 | Description                                                                                                                                                                                 | Example                               |
| :------------------------------------ | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | :------------------------------------ |
| `None`                                | No numbering.                                                                                                                                                                               |                                       |
| `Decimal`                             | Decimal numbering.                                                                                                                                                                          | 1, 2, 3, ... , 9, 10, 11, ...         |
| `UpperRoman`                          | Uppercase Roman numerals.                                                                                                                                                                   | I, II, III, ...                       |
| `LowerRoman`                          | Lowercase Roman numerals.                                                                                                                                                                   | i, ii, iii, ...                       |
| `UpperLetter`                         | Uppercase letters of the Latin alphabet.                                                                                                                                                    | A, B, C, ...                          |
| `LowerLetter`                         | Lowercase letters of the Latin alphabet.                                                                                                                                                    | a, b, c, ...                          |
| `Ordinal`                             | Ordinal numbers of the current language.                                                                                                                                                    | 1st, 2nd, 3rd, ...                    |
| `CardinalText`                        | Cardinal numerals of the current language.                                                                                                                                                  | One, two, three, ...                  |
| `OrdinalText`                         | Ordinal numerals of the current language.                                                                                                                                                   | The first, the second, the third, ... |
| `Hex`                                 | Hexadecimal numbering.                                                                                                                                                                      | 1, 2, 3, ... , 9, A, B, ...           |
| `Chicago`                             | Characters as defined in the Chicago Manual of Style.                                                                                                                                       | \*, †, ‡, ...                         |
| `IdeographDigital`                    | Sequential numeric ideographs.                                                                                                                                                              | 一, 二, 三, 四, ...                       |
| `JapaneseCounting`                    | Sequential numbers from the Japanese counting system.                                                                                                                                       | 一, 二, ... , 九, 十, 十一, ...             |
| `JapaneseLegal`                       | Sequential numbers from the Japanese legal counting system.                                                                                                                                 | 壱, 弐, 参, ...                          |
| `JapaneseDigitalTenThousand`          | Sequential numbers from the Japanese digital ten thousand counting system.                                                                                                                  | 一, 二, ... , 九, 一〇, ...                |
| `Aiueo`                               | Hiragana characters in the traditional a-i-u-e-o order.                                                                                                                                     | ｱ, ｲ, ｳ, ...                          |
| `AiueoFullWidth`                      | Full-width Hiragana characters in the traditional a-i-u-e-o order.                                                                                                                          | ア, イ, ウ, ...                          |
| `Iroha`                               | Katakana characters in the iroha order.                                                                                                                                                     | ｲ, ﾛ, ﾊ, ...                          |
| `IrohaFullWidth`                      | Full-width Katakana characters in the iroha order.                                                                                                                                          | イ, ロ, ハ, ...                          |
| `DecimalFullWidth`                    | Double byte Arabic numbering.                                                                                                                                                               | １, ２, ３                               |
| `DecimalFullWidth2`                   | An alternative set of double byte Arabic numbering, if one exists in the current font.                                                                                                      | １, ２, ３                               |
| `DecimalHalfWidth`                    | Single byte Arabic numbering.                                                                                                                                                               | 1, 2, 3, ...                          |
| `DecimalEnclosedCircle`               | Decimal numbering enclosed in a circle, using the enclosed alphanumeric glyph character. Once the specified sequence reaches 21, the numbers may be replaced with non-enclosed equivalents. | ①, ②, ③, ...                          |
| `DecimalEnclosedCircleChinese`        | Decimal numbering enclosed in a circle, using the enclosed alphanumeric glyph character. Once the specified sequence reaches 11, the numbers may be replaced with non-enclosed equivalents. | ①, ②, ③, ...                          |
| `DecimalEnclosedFullstop`             | Decimal numbering followed by a period, using the enclosed alphanumeric glyph character. Once the specified sequence reaches 21, the numbers may be replaced with non-enclosed equivalents. | 1., 2., 3., ...                       |
| `DecimalEnclosedParen`                | Decimal numbering enclosed in parentheses.                                                                                                                                                  | (1), (2), (3), ...                    |
| `DecimalZero`                         | Decimal numbering with a leading zero.                                                                                                                                                      | 01, 02, 03, ...                       |
| `Bullet`                              | Bullet characters.                                                                                                                                                                          | •, ◦, ▪, ...                          |
| `KoreanDigital`                       | Korean digital counting system.                                                                                                                                                             | 일, 이, 삼, ...                          |
| `KoreanCounting`                      | Sequential numbers from the Korean Hangul counting system.                                                                                                                                  | 하나, 둘, 셋, ...                         |
| `KoreanLegal`                         | Sequential numbers from the Korean legal counting system.                                                                                                                                   | 일, 이, 삼, ...                          |
| `KoreanDigital2`                      | Korean digital counting system with appropriate formatting.                                                                                                                                 | 일, 이, 삼, ...                          |
| `VietnameseDescriptive`               | Vietnamese numerals.                                                                                                                                                                        | Một, Hai, Ba, ...                     |
| `NumberInDash`                        | Numbers enclosed in dashes.                                                                                                                                                                 | -1-, -2-, -3-, ...                    |
| `LowerGreek`                          | Lowercase characters of the Greek alphabet.                                                                                                                                                 | α, β, γ, ...                          |
| `UpperGreek`                          | Uppercase characters of the Greek alphabet.                                                                                                                                                 | Α, Β, Γ, ...                          |
| `ArabicAlpha`                         | Arabic alphabet characters.                                                                                                                                                                 | أ, ب, ت, ...                          |
| `ArabicAbjad`                         | Arabic abjad numerals.                                                                                                                                                                      | أ, ب, ج, ...                          |
| `HebrewAlphabet`                      | Hebrew alphabet characters.                                                                                                                                                                 | א, ב, ג, ...                          |
| `ThaiNumbers`                         | Thai numbers.                                                                                                                                                                               | ๑, ๒, ๓, ...                          |
| `ThaiLetters`                         | Thai letters.                                                                                                                                                                               | ก, ข, ค, ...                          |
| `ThaiDescriptive`                     | Thai descriptive numbering.                                                                                                                                                                 | หนึ่ง, สอง, สาม, ...                  |
| `HindiVowels`                         | Hindi vowels.                                                                                                                                                                               | अ, आ, इ, ...                          |
| `HindiConsonants`                     | Hindi consonants.                                                                                                                                                                           | क, ख, ग, ...                          |
| `HindiNumbers`                        | Hindi numbers.                                                                                                                                                                              | १, २, ३, ...                          |
| `HindiDescriptive`                    | Hindi descriptive numbering.                                                                                                                                                                | एक, दो, तीन, ...                      |
| `TamilNumbers`                        | Tamil numbers.                                                                                                                                                                              | ௧, ௨, ௩, ...                          |
| `TamilLetters`                        | Tamil letters.                                                                                                                                                                              | அ, ஆ, இ, ...                          |
| `TamilDescriptive`                    | Tamil descriptive numbering.                                                                                                                                                                | ஒன்று, இரண்டு, மூன்று, ...            |
| `LowerRussian`                        | Lowercase Cyrillic characters.                                                                                                                                                              | а, б, в, ...                          |
| `UpperRussian`                        | Uppercase Cyrillic characters.                                                                                                                                                              | А, Б, В, ...                          |
| `GanadeStandard`                      | Ganada numbering.                                                                                                                                                                           | 가, 나, 다, ...                          |
| `Chosung`                             | Korean Chosung numbering.                                                                                                                                                                   | ㄱ, ㄴ, ㄷ, ...                          |
| `DecimalTraditionalChinese`           | Traditional Chinese decimal numbers.                                                                                                                                                        | 一, 二, 三, ...                          |
| `DecimalSimplifiedChinese`            | Simplified Chinese decimal numbers.                                                                                                                                                         | 一, 二, 三, ...                          |
| `DecimalTraditionalChineseCounting`   | Traditional Chinese counting numbers.                                                                                                                                                       | 壹, 貳, 參, ...                          |
| `DecimalSimplifiedChineseCounting`    | Simplified Chinese counting numbers.                                                                                                                                                        | 壹, 贰, 叁, ...                          |
| `TaiwanCounting`                      | Taiwan counting system.                                                                                                                                                                     | 一, 二, 三, ...                          |
| `IdeographTraditionalChinese`         | Traditional Chinese ideographic numbers.                                                                                                                                                    | 一, 二, 三, ...                          |
| `IdeographSimplifiedChinese`          | Simplified Chinese ideographic numbers.                                                                                                                                                     | 一, 二, 三, ...                          |
| `IdeographTraditionalChineseCounting` | Traditional Chinese ideographic counting.                                                                                                                                                   | 壹, 貳, 參, ...                          |
| `IdeographZodiac`                     | Chinese zodiac numbering.                                                                                                                                                                   | 子, 丑, 寅, ...                          |
| `IdeographZodiacTraditional`          | Traditional Chinese zodiac.                                                                                                                                                                 | 甲, 乙, 丙, ...                          |
| `TaiwaneseCounting`                   | Taiwanese counting system.                                                                                                                                                                  | 一, 二, 三, ...                          |
| `IdeographLegalTraditional`           | Traditional Chinese legal numbering.                                                                                                                                                        | 壹, 貳, 參, ...                          |
| `IdeographLegalSimplified`            | Simplified Chinese legal numbering.                                                                                                                                                         | 壹, 贰, 叁, ...                          |
| `DecimalNativeArabic`                 | Native Arabic decimal numbering.                                                                                                                                                            | ١, ٢, ٣, ...                          |
| `NumberInNativeArabic`                | Native Arabic numbers.                                                                                                                                                                      | ١, ٢, ٣, ...                          |
| `HebrewNumbers`                       | Hebrew numbers.                                                                                                                                                                             | א׳, ב׳, ג׳, ...                       |
| `BahtText`                            | Thai Baht currency text.                                                                                                                                                                    | หนึ่ง, สอง, สาม, ...                  |
