docling/tests/data/html/unit_test_01.html
Peter Staar baaeb60b4a add real e2e tests for html and docx
Signed-off-by: Peter Staar <taa@zurich.ibm.com>
2024-10-29 05:36:23 +01:00

12 lines
198 B
HTML

<html>
<body>
<h1>Title</h1>
<h2>section-1</h2>
<h3>section-1.1</h3>
<h2>section-2</h2>
<h4>section-2.0.1</h4>
<h3>section-2.2</h3>
<h3>section-2.3</h3>
</body>
</html>