unstructured
e49c3593 - Fix: `partition_html()` swallows some paragraphs (#2837)

Commit
1 year ago
Fix: `partition_html()` swallows some paragraphs (#2837) Closes #2836. The `partition_html()` only considers elements with limited depth when determining if an HTML tag (`etree`) element contains text, to avoid becoming the text representation of a giant div. This PR increases the limit value.
Parents
Loading