-
feat: keep img tag's class attr (#4050)
发布于
2025-07-10 20:46:28 +00:00 This change affects partition html.
Previously when there is a table in the html, we clean any tags inside
the table of theirclassandidattributes. However, sometimes there
are images,imgtags, present in a table and itsclassattribute
identifies some important information about the image. This change
preserves theclassattribute forimgtags inside a table. This
change is reflected in a table element'smetadata.text_as_html
attribute.下载附件