Logo
Explore Help
Register Sign In
yujunjun/docling
1
0
Fork 0
You've already forked docling
mirror of https://github.com/docling-project/docling.git synced 2025-07-25 10:30:25 +00:00
Code Issues Packages Projects Releases Wiki Activity
docling/tests/data/html/example_06.html

17 lines
476 B
HTML
Raw Permalink Normal View History

fix(html): Parse text in div elements as TextItem (#1041) feat(html): Parse text in div elements as TextItem Signed-off-by: Cesar Berrospi Ramis <75900930+ceberam@users.noreply.github.com>
2025-02-24 12:38:29 +01:00
<html>
<head>
<title>Sample HTML File</title>
</head>
<body>
<div>This is a div with text.</div>
<div>This is another div with text.</div>
<p>This is a regular paragraph.</p>
<div>This is a third div<br/>with a new line.</div>
fix(html): handle address, details, and summary tags (#1436) * fix(html): handle 'address' tag Signed-off-by: Cesar Berrospi Ramis <75900930+ceberam@users.noreply.github.com> * fix(html): handle 'details' tag Signed-off-by: Cesar Berrospi Ramis <75900930+ceberam@users.noreply.github.com> --------- Signed-off-by: Cesar Berrospi Ramis <75900930+ceberam@users.noreply.github.com>
2025-04-23 09:30:59 +02:00
<details>
<summary>Heading for the details element</summary>
<p>Description of the details element.</p>
</details>
fix(html): Parse text in div elements as TextItem (#1041) feat(html): Parse text in div elements as TextItem Signed-off-by: Cesar Berrospi Ramis <75900930+ceberam@users.noreply.github.com>
2025-02-24 12:38:29 +01:00
<div><p>This is a fourth div with a <b>bold</b> paragraph.</p></div>
</body>
</html>
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.5 Page: 2616ms Template: 93ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API