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 6d14111 commit bfcd601Copy full SHA for bfcd601
parse_document_model/attributes.py
@@ -27,3 +27,4 @@ class PageAttributes(Attributes):
27
class TextAttributes(Attributes):
28
bounding_box: list[BoundingBox] = []
29
level: Optional[int] = Field(None, ge=1, le=4)
30
+ section: Optional[str] = None
0 commit comments