Skip to content

Commit

Permalink
added the new label comment_section in the groups
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Staar <[email protected]>
  • Loading branch information
PeterStaar-IBM committed Dec 17, 2024
1 parent d147c25 commit 6abc4d7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docling_core/types/doc/labels.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ class GroupLabel(str, Enum):
SLIDE = "slide"
FORM_AREA = "form_area"
KEY_VALUE_AREA = "key_value_area"

COMMENT_SECTION = "comment_section"

def __str__(self):
"""Get string value."""
return str(self.value)
Expand Down

0 comments on commit 6abc4d7

Please sign in to comment.