unstructured/test_unstructured/documents/html_files/example_with_inline_fields.html
Pluto ec209c6b5f
Remove IDs from HTML code (#4012)
In this pull request parent-child relationship for elements generated
with v2 parser is based on actual element IDs instead of IDs baked
somewhere in the HTML script.
With some extra bug fixing it allowed for significantly simplifying json
-> HTML script
2025-06-11 11:55:02 +00:00

19 lines
374 B
HTML

<body class="Document">
<div class="Page" data-page-number="1">
<header class="Header">
<p class="NarrativeText">
Table of Contents
</p>
<address class="Address">
68 Prince Street Palmdale, CA 93550
</address>
<a class="Hyperlink">
www.google.com
</a>
<span class="UncategorizedText">
More text
</span>
</header>
</div>
</body>