diff --git a/tests/data/groundtruth/docling_v2/word_tables.docx.html b/tests/data/groundtruth/docling_v2/word_tables.docx.html index 30f6e8d35..00a790c07 100644 --- a/tests/data/groundtruth/docling_v2/word_tables.docx.html +++ b/tests/data/groundtruth/docling_v2/word_tables.docx.html @@ -53,6 +53,20 @@ table tr:nth-child(even) td{ background-color: LightGray; } + math annotation { + display: none; + } + .formula-not-decoded { + background: repeating-linear-gradient( + 45deg, /* Angle of the stripes */ + LightGray, /* First color */ + LightGray 10px, /* Length of the first color */ + White 10px, /* Second color */ + White 20px /* Length of the second color */ + ); + margin: 0; + text-align: center; + }

Test with tables