unstructured/example-docs/fake-html-with-footer-and-header.html
kravetsmic 25ca5744cf
feat: optionally ignore header and footer tags in partition html (#1013)
---------

Co-authored-by: Matt Robinson <mrobinson@unstructured.io>
2023-08-04 21:56:33 +00:00

16 lines
175 B
HTML

<!DOCTYPE html>
<html>
<header>
<p>Header</p>
</header>
<body>
<h1>My First Heading</h1>
<p>My first paragraph.</p>
</body>
<footer>
<p>Footer</p>
</footer>
</html>