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
786 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="fc01503614e0f12f585427cccf81cf86">
This is a test document to use for unit tests.
</p>
<div class="Address" id="d06d10c0722ac08a2488076a48e858d5">
Doylestown, PA 18901
</div>
<h1 class="Title" id="a190164de573571375ecf759a5027a3a">
Important points:
</h1>
<li class="ListItem" id="64c58eb106608ad05424e47bbcdef7dc">
Hamburgers are delicious
</li>
<li class="ListItem" id="9210d7882755a60fc82272a0e93df94f">
Dogs are the best
</li>
<li class="ListItem" id="970dd4ac687529e2d2126e0a51cb7c27">
I love fuzzy blankets
</li>
</body>
</html>