docling 1.16.1__py3-none-any.whl → 1.17.0__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-1.16.1.dist-info → docling-1.17.0.dist-info}/METADATA +4 -5
- {docling-1.16.1.dist-info → docling-1.17.0.dist-info}/RECORD +5 -5
- {docling-1.16.1.dist-info → docling-1.17.0.dist-info}/LICENSE +0 -0
- {docling-1.16.1.dist-info → docling-1.17.0.dist-info}/WHEEL +0 -0
- {docling-1.16.1.dist-info → docling-1.17.0.dist-info}/entry_points.txt +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: docling
|
3
|
-
Version: 1.
|
3
|
+
Version: 1.17.0
|
4
4
|
Summary: Docling PDF conversion package
|
5
5
|
Home-page: https://github.com/DS4SD/docling
|
6
6
|
License: MIT
|
@@ -20,10 +20,10 @@ Classifier: Programming Language :: Python :: 3.11
|
|
20
20
|
Classifier: Programming Language :: Python :: 3.12
|
21
21
|
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
|
22
22
|
Requires-Dist: certifi (>=2024.7.4)
|
23
|
-
Requires-Dist: deepsearch-glm (>=0.
|
23
|
+
Requires-Dist: deepsearch-glm (>=0.22.0,<0.23.0)
|
24
24
|
Requires-Dist: docling-core (>=1.6.2,<2.0.0)
|
25
25
|
Requires-Dist: docling-ibm-models (>=1.3.1,<2.0.0)
|
26
|
-
Requires-Dist: docling-parse (>=1.
|
26
|
+
Requires-Dist: docling-parse (>=1.4.1,<2.0.0)
|
27
27
|
Requires-Dist: easyocr (>=1.7,<2.0)
|
28
28
|
Requires-Dist: filetype (>=1.2.0,<2.0.0)
|
29
29
|
Requires-Dist: huggingface_hub (>=0.23,<1)
|
@@ -77,8 +77,7 @@ To use Docling, simply install `docling` from your package manager, e.g. pip:
|
|
77
77
|
pip install docling
|
78
78
|
```
|
79
79
|
|
80
|
-
|
81
|
-
> Works on macOS and Linux environments. Windows platforms are currently not tested.
|
80
|
+
Works on macOS, Linux and Windows environments. Both x86_64 and arm64 architectures.
|
82
81
|
|
83
82
|
<details>
|
84
83
|
<summary><b>Alternative PyTorch distributions</b></summary>
|
@@ -25,8 +25,8 @@ docling/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
25
25
|
docling/utils/export.py,sha256=bKLdbeUcR-rQsGPV1IqJkCHKMCv7X2QOHyxmjNuH3HE,4655
|
26
26
|
docling/utils/layout_utils.py,sha256=FOFbL0hKzUoWXdZaeUvEtFqKv0IkPifIr4sdGW4suKs,31804
|
27
27
|
docling/utils/utils.py,sha256=llhXSbIDNZ1MHOwBEfLHBAoJIAYI7QlPIonlI1jLUJ0,1208
|
28
|
-
docling-1.
|
29
|
-
docling-1.
|
30
|
-
docling-1.
|
31
|
-
docling-1.
|
32
|
-
docling-1.
|
28
|
+
docling-1.17.0.dist-info/LICENSE,sha256=mBb7ErEcM8VS9OhiGHnQ2kk75HwPhr54W1Oiz3965MY,1088
|
29
|
+
docling-1.17.0.dist-info/METADATA,sha256=2xiDkgCnM41dPg8At6psz-rqtmQF50qLsXXhhzDAODk,13898
|
30
|
+
docling-1.17.0.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
31
|
+
docling-1.17.0.dist-info/entry_points.txt,sha256=VOSzV77znM52dz5ysaDuJ0ijl1cnfrh1ZPg8od5OcTs,48
|
32
|
+
docling-1.17.0.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|