mirror of
https://github.com/Unstructured-IO/unstructured.git
synced 2025-07-05 08:02:48 +00:00

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
19 lines
374 B
HTML
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>
|