fix: propagate row_section in tables (#57)

Signed-off-by: Michele Dolfi <dol@zurich.ibm.com>
This commit is contained in:
Michele Dolfi 2024-08-30 10:36:00 +02:00 committed by GitHub
parent a8a60d52b1
commit de85e46ced
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -222,6 +222,8 @@ class ConvertedDocument(BaseModel):
celltype = "col_header"
elif cell.row_header:
celltype = "row_header"
elif cell.row_section:
celltype = "row_section"
def make_spans(cell):
for rspan in range(