mirror of
https://github.com/Unstructured-IO/unstructured.git
synced 2025-11-25 14:50:06 +00:00
This change affects partition html. Previously when there is a table in the html, we clean any tags inside the table of their class and id attributes except for the class attribute for `img` tags. This change also preserves the class attribute for `input` tags inside a table. This change is reflected in a table element's metadata.text_as_html attribute.