diff --git a/parse_document_model/attributes.py b/parse_document_model/attributes.py index b04128d..ef10a29 100644 --- a/parse_document_model/attributes.py +++ b/parse_document_model/attributes.py @@ -27,3 +27,4 @@ class PageAttributes(Attributes): class TextAttributes(Attributes): bounding_box: list[BoundingBox] = [] level: Optional[int] = Field(None, ge=1, le=4) + section: Optional[str] = None