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

27 lines
774 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="UncategorizedText" id="8f574cb913e5d32ce4cea48cb73ef537">
May 5, 2023
</p>
<h1 class="Title" id="929719c4916d0467030a4ca91645d4b6">
To Whom it May Concern:
</h1>
<p class="NarrativeText" id="0442d409994665cebb0374e563803d2d">
There were 20,000 bottles of water, 10,000 blankets, and 200 laptops delivered on January 23, 2023. A total of 3 trucks were used for 15 hours.
</p>
<p class="UncategorizedText" id="df197ce710970cdeccadd9d89229543b">
Best Regards,
</p>
<h1 class="Title" id="b017fcb835c7f553160252356420acd3">
Mallori
</h1>
</body>
</html>