docling 2.97.0__tar.gz → 2.99.0__tar.gz
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.
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: docling
|
|
3
|
-
Version: 2.
|
|
3
|
+
Version: 2.99.0
|
|
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
|
Project-URL: homepage, https://github.com/docling-project/docling
|
|
6
6
|
Project-URL: repository, https://github.com/docling-project/docling
|
|
@@ -23,27 +23,27 @@ Classifier: Programming Language :: Python :: 3.13
|
|
|
23
23
|
Classifier: Programming Language :: Python :: 3.14
|
|
24
24
|
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
|
|
25
25
|
Requires-Python: <4.0,>=3.10
|
|
26
|
-
Requires-Dist: docling-slim[standard]==2.
|
|
26
|
+
Requires-Dist: docling-slim[standard]==2.99.0
|
|
27
27
|
Provides-Extra: asr
|
|
28
|
-
Requires-Dist: docling-slim[format-audio]==2.
|
|
28
|
+
Requires-Dist: docling-slim[format-audio]==2.99.0; extra == 'asr'
|
|
29
29
|
Provides-Extra: easyocr
|
|
30
|
-
Requires-Dist: docling-slim[feat-ocr-easyocr]==2.
|
|
30
|
+
Requires-Dist: docling-slim[feat-ocr-easyocr]==2.99.0; extra == 'easyocr'
|
|
31
31
|
Provides-Extra: htmlrender
|
|
32
|
-
Requires-Dist: docling-slim[format-html-render]==2.
|
|
32
|
+
Requires-Dist: docling-slim[format-html-render]==2.99.0; extra == 'htmlrender'
|
|
33
33
|
Provides-Extra: ocrmac
|
|
34
|
-
Requires-Dist: docling-slim[feat-ocr-mac]==2.
|
|
34
|
+
Requires-Dist: docling-slim[feat-ocr-mac]==2.99.0; extra == 'ocrmac'
|
|
35
35
|
Provides-Extra: onnxruntime
|
|
36
|
-
Requires-Dist: docling-slim[models-onnxruntime]==2.
|
|
36
|
+
Requires-Dist: docling-slim[models-onnxruntime]==2.99.0; extra == 'onnxruntime'
|
|
37
37
|
Provides-Extra: rapidocr
|
|
38
|
-
Requires-Dist: docling-slim[feat-ocr-rapidocr-onnx]==2.
|
|
38
|
+
Requires-Dist: docling-slim[feat-ocr-rapidocr-onnx]==2.99.0; extra == 'rapidocr'
|
|
39
39
|
Provides-Extra: remote-serving
|
|
40
|
-
Requires-Dist: docling-slim[models-remote]==2.
|
|
40
|
+
Requires-Dist: docling-slim[models-remote]==2.99.0; extra == 'remote-serving'
|
|
41
41
|
Provides-Extra: tesserocr
|
|
42
|
-
Requires-Dist: docling-slim[feat-ocr-tesserocr]==2.
|
|
42
|
+
Requires-Dist: docling-slim[feat-ocr-tesserocr]==2.99.0; extra == 'tesserocr'
|
|
43
43
|
Provides-Extra: vlm
|
|
44
|
-
Requires-Dist: docling-slim[models-vlm-inline]==2.
|
|
44
|
+
Requires-Dist: docling-slim[models-vlm-inline]==2.99.0; extra == 'vlm'
|
|
45
45
|
Provides-Extra: xbrl
|
|
46
|
-
Requires-Dist: docling-slim[format-xml-xbrl]==2.
|
|
46
|
+
Requires-Dist: docling-slim[format-xml-xbrl]==2.99.0; extra == 'xbrl'
|
|
47
47
|
Description-Content-Type: text/markdown
|
|
48
48
|
|
|
49
49
|
<p align="center">
|
|
@@ -122,7 +122,7 @@ pip install docling
|
|
|
122
122
|
|
|
123
123
|
Works on macOS, Linux and Windows environments. Both x86_64 and arm64 architectures.
|
|
124
124
|
|
|
125
|
-
More [detailed installation instructions](https://docling-project.github.io/docling/installation/) are available in the docs.
|
|
125
|
+
More [detailed installation instructions](https://docling-project.github.io/docling/getting_started/installation/) are available in the docs.
|
|
126
126
|
|
|
127
127
|
## 2. Convert a document (CLI)
|
|
128
128
|
|
|
@@ -212,4 +212,4 @@ The project was started by the AI for knowledge team at IBM Research Zurich.
|
|
|
212
212
|
[supported_formats]: https://docling-project.github.io/docling/usage/supported_formats/
|
|
213
213
|
[docling_document]: https://docling-project.github.io/docling/concepts/docling_document/
|
|
214
214
|
[integrations]: https://docling-project.github.io/docling/integrations/
|
|
215
|
-
[extraction]: https://docling-project.github.io/docling/examples/extraction/
|
|
215
|
+
[extraction]: https://docling-project.github.io/docling/_generated/examples/extraction/
|
|
@@ -74,7 +74,7 @@ pip install docling
|
|
|
74
74
|
|
|
75
75
|
Works on macOS, Linux and Windows environments. Both x86_64 and arm64 architectures.
|
|
76
76
|
|
|
77
|
-
More [detailed installation instructions](https://docling-project.github.io/docling/installation/) are available in the docs.
|
|
77
|
+
More [detailed installation instructions](https://docling-project.github.io/docling/getting_started/installation/) are available in the docs.
|
|
78
78
|
|
|
79
79
|
## 2. Convert a document (CLI)
|
|
80
80
|
|
|
@@ -164,4 +164,4 @@ The project was started by the AI for knowledge team at IBM Research Zurich.
|
|
|
164
164
|
[supported_formats]: https://docling-project.github.io/docling/usage/supported_formats/
|
|
165
165
|
[docling_document]: https://docling-project.github.io/docling/concepts/docling_document/
|
|
166
166
|
[integrations]: https://docling-project.github.io/docling/integrations/
|
|
167
|
-
[extraction]: https://docling-project.github.io/docling/examples/extraction/
|
|
167
|
+
[extraction]: https://docling-project.github.io/docling/_generated/examples/extraction/
|
|
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "docling"
|
|
7
|
-
version = "2.
|
|
7
|
+
version = "2.99.0" # DO NOT EDIT, updated automatically
|
|
8
8
|
description = "SDK and CLI for parsing PDF, DOCX, HTML, and more, to a unified document representation for powering downstream workflows such as gen AI applications."
|
|
9
9
|
license = "MIT"
|
|
10
10
|
keywords = [
|
|
@@ -51,7 +51,7 @@ requires-python = '>=3.10,<4.0'
|
|
|
51
51
|
# The `docling` Python module itself is provided by docling-slim.
|
|
52
52
|
# CLI entry points are now defined in docling-slim's pyproject.toml.
|
|
53
53
|
dependencies = [
|
|
54
|
-
'docling-slim[standard]==2.
|
|
54
|
+
'docling-slim[standard]==2.99.0',
|
|
55
55
|
]
|
|
56
56
|
|
|
57
57
|
[project.urls]
|
|
@@ -66,16 +66,16 @@ docling-slim = { workspace = true }
|
|
|
66
66
|
|
|
67
67
|
# Re-export slim extras with backwards-compatible names
|
|
68
68
|
[project.optional-dependencies]
|
|
69
|
-
easyocr = ['docling-slim[feat-ocr-easyocr]==2.
|
|
70
|
-
tesserocr = ['docling-slim[feat-ocr-tesserocr]==2.
|
|
71
|
-
ocrmac = ['docling-slim[feat-ocr-mac]==2.
|
|
72
|
-
vlm = ['docling-slim[models-vlm-inline]==2.
|
|
73
|
-
rapidocr = ['docling-slim[feat-ocr-rapidocr-onnx]==2.
|
|
74
|
-
asr = ['docling-slim[format-audio]==2.
|
|
75
|
-
htmlrender = ['docling-slim[format-html-render]==2.
|
|
76
|
-
remote-serving = ['docling-slim[models-remote]==2.
|
|
77
|
-
onnxruntime = ['docling-slim[models-onnxruntime]==2.
|
|
78
|
-
xbrl = ['docling-slim[format-xml-xbrl]==2.
|
|
69
|
+
easyocr = ['docling-slim[feat-ocr-easyocr]==2.99.0']
|
|
70
|
+
tesserocr = ['docling-slim[feat-ocr-tesserocr]==2.99.0']
|
|
71
|
+
ocrmac = ['docling-slim[feat-ocr-mac]==2.99.0']
|
|
72
|
+
vlm = ['docling-slim[models-vlm-inline]==2.99.0']
|
|
73
|
+
rapidocr = ['docling-slim[feat-ocr-rapidocr-onnx]==2.99.0']
|
|
74
|
+
asr = ['docling-slim[format-audio]==2.99.0']
|
|
75
|
+
htmlrender = ['docling-slim[format-html-render]==2.99.0']
|
|
76
|
+
remote-serving = ['docling-slim[models-remote]==2.99.0']
|
|
77
|
+
onnxruntime = ['docling-slim[models-onnxruntime]==2.99.0']
|
|
78
|
+
xbrl = ['docling-slim[format-xml-xbrl]==2.99.0']
|
|
79
79
|
|
|
80
80
|
# Dependency-only wheel: no Python modules shipped here. All source lives in
|
|
81
81
|
# the docling-slim wheel (built from the repo root). This avoids the prior
|
|
File without changes
|