We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70608f8 commit fdba34aCopy full SHA for fdba34a
docling_core/types/doc/document.py
@@ -29,8 +29,7 @@
29
from docling_core.types.legacy_doc.tokens import DocumentToken
30
31
Uint64 = typing.Annotated[int, Field(ge=0, le=(2**64 - 1))]
32
-MAX_LEVEL_NR = 100
33
-LevelNumber = typing.Annotated[int, Field(ge=1, le=MAX_LEVEL_NR)]
+LevelNumber = typing.Annotated[int, Field(ge=1, le=100)]
34
CURRENT_VERSION: Final = "1.0.0"
35
36
DEFAULT_EXPORT_LABELS = {
0 commit comments