Skip to content

Commit bfcd601

Browse files
authored
Add section attribute (#6)
1 parent 6d14111 commit bfcd601

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

parse_document_model/attributes.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,4 @@ class PageAttributes(Attributes):
2727
class TextAttributes(Attributes):
2828
bounding_box: list[BoundingBox] = []
2929
level: Optional[int] = Field(None, ge=1, le=4)
30+
section: Optional[str] = None

0 commit comments

Comments
 (0)