docling 2.5.1__py3-none-any.whl → 2.5.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/models/ds_glm_model.py +2 -1
- {docling-2.5.1.dist-info → docling-2.5.2.dist-info}/METADATA +1 -1
- {docling-2.5.1.dist-info → docling-2.5.2.dist-info}/RECORD +6 -6
- {docling-2.5.1.dist-info → docling-2.5.2.dist-info}/LICENSE +0 -0
- {docling-2.5.1.dist-info → docling-2.5.2.dist-info}/WHEEL +0 -0
- {docling-2.5.1.dist-info → docling-2.5.2.dist-info}/entry_points.txt +0 -0
docling/models/ds_glm_model.py
CHANGED
@@ -43,7 +43,8 @@ class GlmModel:
|
|
43
43
|
def __init__(self, options: GlmOptions):
|
44
44
|
self.options = options
|
45
45
|
|
46
|
-
|
46
|
+
if self.options.model_names != "":
|
47
|
+
load_pretrained_nlp_models()
|
47
48
|
self.model = init_nlp_model(model_names=self.options.model_names)
|
48
49
|
|
49
50
|
def _to_legacy_document(self, conv_res) -> DsDocument:
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: docling
|
3
|
-
Version: 2.5.
|
3
|
+
Version: 2.5.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/DS4SD/docling
|
6
6
|
License: MIT
|
@@ -21,7 +21,7 @@ docling/document_converter.py,sha256=U52_rZQDm2wzrnsuUrvsfX2MnmOWFFhjBzfS8tEvt6Y
|
|
21
21
|
docling/models/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
22
22
|
docling/models/base_model.py,sha256=Yq_-FmUhqhE20vXYG3WiQXDRTIPjik1CyuEZ8iYTGAY,701
|
23
23
|
docling/models/base_ocr_model.py,sha256=rGSpBF4dByITcsBaRIgvFKpiu0CrhmZS_PHIo686Dw0,6428
|
24
|
-
docling/models/ds_glm_model.py,sha256=
|
24
|
+
docling/models/ds_glm_model.py,sha256=hBRCx6oFGhxBbKEJlRSWVndDwFtB5IpeLOowFAVqFM0,12033
|
25
25
|
docling/models/easyocr_model.py,sha256=c2m4x9dZpSc-cMgeEdFBRVBlB78uMGlYD8Q_2gzRuMU,3734
|
26
26
|
docling/models/layout_model.py,sha256=ZvbTSyxvXB5yLHNEti0Wv3trz0vwGuHySI5TCdApb0U,14011
|
27
27
|
docling/models/page_assemble_model.py,sha256=kSGNiRKhmzkpFH7xCiT3rulMsgJmUXFa6Th_eB-cLEk,7103
|
@@ -38,8 +38,8 @@ docling/utils/export.py,sha256=KyGF1BVDHPFfHVXZc8vegsWlFfOgGPP2YckWpTadyI8,4694
|
|
38
38
|
docling/utils/layout_utils.py,sha256=vlN0rc8i0ayRGn3WnaG-pdmqEL00KKGl2zez3Gj-hrk,32074
|
39
39
|
docling/utils/profiling.py,sha256=YaMGoB9MMZpagF9mb5ndoHj8Lpb9aIdb7El-Pl7IcFs,1753
|
40
40
|
docling/utils/utils.py,sha256=llhXSbIDNZ1MHOwBEfLHBAoJIAYI7QlPIonlI1jLUJ0,1208
|
41
|
-
docling-2.5.
|
42
|
-
docling-2.5.
|
43
|
-
docling-2.5.
|
44
|
-
docling-2.5.
|
45
|
-
docling-2.5.
|
41
|
+
docling-2.5.2.dist-info/LICENSE,sha256=mBb7ErEcM8VS9OhiGHnQ2kk75HwPhr54W1Oiz3965MY,1088
|
42
|
+
docling-2.5.2.dist-info/METADATA,sha256=oEAVaoncnXpewHqwn3rbOuszNifzG8s-TtWxhcnufzs,6530
|
43
|
+
docling-2.5.2.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
44
|
+
docling-2.5.2.dist-info/entry_points.txt,sha256=VOSzV77znM52dz5ysaDuJ0ijl1cnfrh1ZPg8od5OcTs,48
|
45
|
+
docling-2.5.2.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|