Logo
Explore Help
Register Sign In
yujunjun/unstructured
1
0
Fork 0
You've already forked unstructured
mirror of https://github.com/Unstructured-IO/unstructured.git synced 2025-06-27 02:30:08 +00:00
Code Issues Packages Projects Releases Wiki Activity
unstructured/example-docs/fake-html-with-duplicate-elements.html

24 lines
380 B
HTML
Raw Normal View History

Better element IDs - deterministic and document-unique hashes (#2673) Part two of: https://github.com/Unstructured-IO/unstructured/pull/2842 Main changes compared to part one: * hash computation includes element's sequence number on page, page number, document filename and its text * there are more test for deterministic behavior of IDs returned by partitioning functions + their uniqueness (guaranteed at the document level, and high probability across multiple documents) This PR addresses the following issue: https://github.com/Unstructured-IO/unstructured/issues/2461
2024-04-24 09:05:20 +02:00
<!DOCTYPE html>
<html>
<head>
<title>Simple Nested HTML</title>
</strong>
<body>
<h1>Example heading.</h1>
<div>
<span>This is a span.</span>
<span>This is another span.</span>
</div>
<br>
<h1>Example heading.</h1>
<div>
<span>This is a span.</span>
<span>This is another span.</span>
</div>
</body>
</html>
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.5 Page: 262ms Template: 17ms
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