docling 2.56.0__py3-none-any.whl → 2.56.1__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.
Potentially problematic release.
This version of docling might be problematic. Click here for more details.
- docling/utils/model_downloader.py +1 -1
- {docling-2.56.0.dist-info → docling-2.56.1.dist-info}/METADATA +1 -1
- {docling-2.56.0.dist-info → docling-2.56.1.dist-info}/RECORD +7 -7
- {docling-2.56.0.dist-info → docling-2.56.1.dist-info}/WHEEL +0 -0
- {docling-2.56.0.dist-info → docling-2.56.1.dist-info}/entry_points.txt +0 -0
- {docling-2.56.0.dist-info → docling-2.56.1.dist-info}/licenses/LICENSE +0 -0
- {docling-2.56.0.dist-info → docling-2.56.1.dist-info}/top_level.txt +0 -0
|
@@ -43,7 +43,7 @@ def download_models(
|
|
|
43
43
|
with_smoldocling_mlx: bool = False,
|
|
44
44
|
with_granite_vision: bool = False,
|
|
45
45
|
with_rapidocr: bool = True,
|
|
46
|
-
with_easyocr: bool =
|
|
46
|
+
with_easyocr: bool = False,
|
|
47
47
|
):
|
|
48
48
|
if output_dir is None:
|
|
49
49
|
output_dir = settings.cache_dir / "models"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: docling
|
|
3
|
-
Version: 2.56.
|
|
3
|
+
Version: 2.56.1
|
|
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
|
Author-email: Christoph Auer <cau@zurich.ibm.com>, Michele Dolfi <dol@zurich.ibm.com>, Maxim Lysak <mly@zurich.ibm.com>, Nikos Livathinos <nli@zurich.ibm.com>, Ahmed Nassar <ahn@zurich.ibm.com>, Panos Vagenas <pva@zurich.ibm.com>, Peter Staar <taa@zurich.ibm.com>
|
|
6
6
|
License-Expression: MIT
|
|
@@ -96,15 +96,15 @@ docling/utils/export.py,sha256=VwVUnYDk3mhGmISDbVm306fwpGNnoojouStBD4UajXI,4673
|
|
|
96
96
|
docling/utils/glm_utils.py,sha256=TKOWQqWAHsX_w4fvoAA7_2xCi_urhnp1DsmjY8_sk5w,12274
|
|
97
97
|
docling/utils/layout_postprocessor.py,sha256=sE9UR3Nv4iOk26uoIsN3bFioE7ScfAjj0orDBDneLXg,25166
|
|
98
98
|
docling/utils/locks.py,sha256=RzqQtD5UispgV71pGN_nU6GYfeN11BN0Sh_Dq9ycqGo,52
|
|
99
|
-
docling/utils/model_downloader.py,sha256=
|
|
99
|
+
docling/utils/model_downloader.py,sha256=qrkL5NTpwk6yF4bcipcUtLRxl0Tqh7zoSa_WtLsMySA,5325
|
|
100
100
|
docling/utils/ocr_utils.py,sha256=nmresYyfin0raanpQc_GGeU3WoLsfExf6SEXNIQ7Djg,2325
|
|
101
101
|
docling/utils/orientation.py,sha256=jTyLxyT31FlOodZoBMlADHNQK2lAWKYVs5z7pXd_6Cg,1842
|
|
102
102
|
docling/utils/profiling.py,sha256=YaMGoB9MMZpagF9mb5ndoHj8Lpb9aIdb7El-Pl7IcFs,1753
|
|
103
103
|
docling/utils/utils.py,sha256=kJtIYuzXeOyJHYlxmLAo7dGM5rEsDa1i84qEsUj1nio,1908
|
|
104
104
|
docling/utils/visualization.py,sha256=tY2ylE2aiQKkmzlSLnFW-HTfFyqUUMguW18ldd1PLfo,2868
|
|
105
|
-
docling-2.56.
|
|
106
|
-
docling-2.56.
|
|
107
|
-
docling-2.56.
|
|
108
|
-
docling-2.56.
|
|
109
|
-
docling-2.56.
|
|
110
|
-
docling-2.56.
|
|
105
|
+
docling-2.56.1.dist-info/licenses/LICENSE,sha256=mBb7ErEcM8VS9OhiGHnQ2kk75HwPhr54W1Oiz3965MY,1088
|
|
106
|
+
docling-2.56.1.dist-info/METADATA,sha256=LgkCRBKjI20tarzBBeFpRi0vo_fZ4Sh6rD6K8yQkrY8,11364
|
|
107
|
+
docling-2.56.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
108
|
+
docling-2.56.1.dist-info/entry_points.txt,sha256=hzVlbeE0aMSTQ9S0-NTYN0Hmgsn6qL_EA2qX4UbkAuY,149
|
|
109
|
+
docling-2.56.1.dist-info/top_level.txt,sha256=vkIywP-USjFyYo1AIRQbWQQaL3xB5jf8vkCYdTIfNic,8
|
|
110
|
+
docling-2.56.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|