Skip to content

Commit eafebb4

Browse files
Fix #386: include furniture field in DoclingDocument
1 parent d3352c3 commit eafebb4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docling-core/src/main/java/ai/docling/core/DoclingDocument.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@ public class DoclingDocument {
4444
@JsonProperty("body")
4545
private GroupItem body;
4646

47+
@JsonProperty("furniture")
48+
@Nullable
49+
private GroupItem furniture;
50+
4751
@JsonProperty("groups")
4852
@JsonSetter(nulls = Nulls.AS_EMPTY)
4953
@lombok.Singular

0 commit comments

Comments
 (0)