unstructured
3437a23c - fix: partition html fail with table without tbody (#1817)

Commit
2 years ago
fix: partition html fail with table without tbody (#1817) This PR resolves #1807 - fix a bug where when a table tagged content does not contain `tbody` tag but `thead` tag for the rows the code fails - now when there is no `tbody` in a table section we try to look for `thead` isntead - when both are not found return empty table
Author
Parents
Loading