Skip to content

Commit

Permalink
fix word test data
Browse files Browse the repository at this point in the history
Signed-off-by: Panos Vagenas <[email protected]>
  • Loading branch information
vagenas committed Feb 3, 2025
1 parent 7adea4a commit f4b30fe
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions tests/data/groundtruth/docling_v2/word_tables.docx.html
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
</style>
</head>
<h2>Test with tables</h2>
Expand Down

0 comments on commit f4b30fe

Please sign in to comment.