Marek Połom f333d7fe7f
feat: Json elements to HTML converter (#3936)
## NOTE
`test_unstructured_ingest/expected-structured-output-html` contains all
test HTML fixtures. Original JSON files, from which these HTML fixtures
are generated, were taken from
`test_unstructured_ingest/expected-structured-output`
2025-03-04 13:57:35 +00:00

30 lines
820 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<meta content="width=device-width, initial-scale=1.0" name="viewport"/>
<title>
</title>
</head>
<body>
<p class="NarrativeText" id="d7eba20cdf64938f67975aee65d98548">
Ingest test test document. Particularly aimed towards testing permissions.
</p>
<div class="Address" id="2d4d2de7860b327b280a0c3ced53493e">
Doylestown, PA 18901
</div>
<h1 class="Title" id="904726a3e2fe60a24f18e703913d93e1">
Important points:
</h1>
<li class="ListItem" id="96f4223239fb687e7e0e9025171e561b">
- Hamburgers are delicious
</li>
<li class="ListItem" id="6cfb5e11e57fb52bbb64effa3d003e25">
- Dogs are the best
</li>
<li class="ListItem" id="70af88aec0bb835f65361710f9bd4f92">
- I love fuzzy blankets
</li>
</body>
</html>