docling 2.31.1__py3-none-any.whl → 2.31.2__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- docling/backend/asciidoc_backend.py +1 -1
- {docling-2.31.1.dist-info → docling-2.31.2.dist-info}/METADATA +2 -1
- {docling-2.31.1.dist-info → docling-2.31.2.dist-info}/RECORD +6 -6
- {docling-2.31.1.dist-info → docling-2.31.2.dist-info}/LICENSE +0 -0
- {docling-2.31.1.dist-info → docling-2.31.2.dist-info}/WHEEL +0 -0
- {docling-2.31.1.dist-info → docling-2.31.2.dist-info}/entry_points.txt +0 -0
@@ -287,7 +287,7 @@ class AsciiDocBackend(DeclarativeDocumentBackend):
|
|
287
287
|
|
288
288
|
# ========= Section headers
|
289
289
|
def _is_section_header(self, line):
|
290
|
-
return re.match(r"
|
290
|
+
return re.match(r"^==+\s+", line)
|
291
291
|
|
292
292
|
def _parse_section_header(self, line):
|
293
293
|
match = re.match(r"^(=+)\s+(.*)", line)
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: docling
|
3
|
-
Version: 2.31.
|
3
|
+
Version: 2.31.2
|
4
4
|
Summary: SDK and CLI for parsing PDF, DOCX, HTML, and more, to a unified document representation for powering downstream workflows such as gen AI applications.
|
5
5
|
Home-page: https://github.com/docling-project/docling
|
6
6
|
License: MIT
|
@@ -28,6 +28,7 @@ Provides-Extra: vlm
|
|
28
28
|
Requires-Dist: accelerate (>=1.2.1,<2.0.0) ; (sys_platform != "darwin" or platform_machine != "x86_64") and (extra == "vlm")
|
29
29
|
Requires-Dist: beautifulsoup4 (>=4.12.3,<5.0.0)
|
30
30
|
Requires-Dist: certifi (>=2024.7.4)
|
31
|
+
Requires-Dist: click (<8.2.0)
|
31
32
|
Requires-Dist: docling-core[chunking] (>=2.26.0,<3.0.0)
|
32
33
|
Requires-Dist: docling-ibm-models (>=3.4.0,<4.0.0)
|
33
34
|
Requires-Dist: docling-parse (>=4.0.0,<5.0.0)
|
@@ -1,7 +1,7 @@
|
|
1
1
|
docling/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
2
2
|
docling/backend/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
3
3
|
docling/backend/abstract_backend.py,sha256=1lNxzwDTn303aXduPDVmTyXn-5ZIoWMLYqNxANGWmQQ,1658
|
4
|
-
docling/backend/asciidoc_backend.py,sha256=
|
4
|
+
docling/backend/asciidoc_backend.py,sha256=W-4MRcID6AU9Ax23q8FwDwGG-OOCrBoqcNf2Ch_WPUc,14041
|
5
5
|
docling/backend/csv_backend.py,sha256=2g9famYG2W-ID9jEdZPxc6O8QGv1vWQfjN8pL-QMBE0,4536
|
6
6
|
docling/backend/docling_parse_backend.py,sha256=V_CsUdN5RkGQBBq7A_ReAiUW4CQVh0-1Ur157Ozurdg,8017
|
7
7
|
docling/backend/docling_parse_v2_backend.py,sha256=6fokgqb1hMbZua33gL46EFamrwPTC7ms6ZuEHw-Dv28,9395
|
@@ -79,8 +79,8 @@ docling/utils/ocr_utils.py,sha256=F7iOOjqolUcImUzir4qjDQd4QWSO3s6JC4WRn3U7uY4,26
|
|
79
79
|
docling/utils/profiling.py,sha256=YaMGoB9MMZpagF9mb5ndoHj8Lpb9aIdb7El-Pl7IcFs,1753
|
80
80
|
docling/utils/utils.py,sha256=kJtIYuzXeOyJHYlxmLAo7dGM5rEsDa1i84qEsUj1nio,1908
|
81
81
|
docling/utils/visualization.py,sha256=tY2ylE2aiQKkmzlSLnFW-HTfFyqUUMguW18ldd1PLfo,2868
|
82
|
-
docling-2.31.
|
83
|
-
docling-2.31.
|
84
|
-
docling-2.31.
|
85
|
-
docling-2.31.
|
86
|
-
docling-2.31.
|
82
|
+
docling-2.31.2.dist-info/LICENSE,sha256=mBb7ErEcM8VS9OhiGHnQ2kk75HwPhr54W1Oiz3965MY,1088
|
83
|
+
docling-2.31.2.dist-info/METADATA,sha256=V11tJajepssRJ-ltuRsNThmo9_6U6Gc28wqZlgDzdz0,10138
|
84
|
+
docling-2.31.2.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
|
85
|
+
docling-2.31.2.dist-info/entry_points.txt,sha256=pIxel-UeVo1S7FhoNG5xgEfPjLZfBLi_N9TsGPtJSLo,144
|
86
|
+
docling-2.31.2.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|