From f4b30fe7a7166b2231ff938e403071d852986fb5 Mon Sep 17 00:00:00 2001 From: Panos Vagenas <35837085+vagenas@users.noreply.github.com> Date: Mon, 3 Feb 2025 11:21:46 +0100 Subject: [PATCH] fix word test data Signed-off-by: Panos Vagenas <35837085+vagenas@users.noreply.github.com> --- .../groundtruth/docling_v2/word_tables.docx.html | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/tests/data/groundtruth/docling_v2/word_tables.docx.html b/tests/data/groundtruth/docling_v2/word_tables.docx.html index 30f6e8d3..00a790c0 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