docling 1.12.0__py3-none-any.whl → 1.12.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.
- docling/cli/main.py +2 -1
- {docling-1.12.0.dist-info → docling-1.12.1.dist-info}/METADATA +1 -1
- {docling-1.12.0.dist-info → docling-1.12.1.dist-info}/RECORD +6 -6
- {docling-1.12.0.dist-info → docling-1.12.1.dist-info}/LICENSE +0 -0
- {docling-1.12.0.dist-info → docling-1.12.1.dist-info}/WHEEL +0 -0
- {docling-1.12.0.dist-info → docling-1.12.1.dist-info}/entry_points.txt +0 -0
docling/cli/main.py
CHANGED
@@ -174,7 +174,8 @@ def convert(
|
|
174
174
|
)
|
175
175
|
raise typer.Abort()
|
176
176
|
elif source.is_dir():
|
177
|
-
input_doc_paths.extend(list(source.glob("**/*.pdf"
|
177
|
+
input_doc_paths.extend(list(source.glob("**/*.pdf")))
|
178
|
+
input_doc_paths.extend(list(source.glob("**/*.PDF")))
|
178
179
|
else:
|
179
180
|
input_doc_paths.append(source)
|
180
181
|
|
@@ -4,7 +4,7 @@ docling/backend/abstract_backend.py,sha256=clJtGxLedpLriEhpx7oyxjmlwMLPorkv-1tdf
|
|
4
4
|
docling/backend/docling_parse_backend.py,sha256=RUWWZbx2cUotZeeTkc-Lbg2k8MVFXFxaDjM4sPfaFZE,7475
|
5
5
|
docling/backend/pypdfium2_backend.py,sha256=bIIImVM73wmcVcKMqjl4JF8CD-Qj2W5rZbI4G7clU4s,8877
|
6
6
|
docling/cli/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
7
|
-
docling/cli/main.py,sha256=
|
7
|
+
docling/cli/main.py,sha256=VUzm4vOijPo2F2Ht20zTnMI5alJLixfC5WK2NJCbyng,8492
|
8
8
|
docling/datamodel/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
9
9
|
docling/datamodel/base_models.py,sha256=tE2Sxoe3e_fBZjq3GDo2NCughDMU5xDeAfkQgT72TRI,9168
|
10
10
|
docling/datamodel/document.py,sha256=oXPitPRd9Gyi7ZU4kfEc4K9eMVtTJDx1T-ellTwF3Ak,15716
|
@@ -24,8 +24,8 @@ docling/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
24
24
|
docling/utils/export.py,sha256=ast5p8YgPBwaDx5ClOF1iSJHO8BFEWE3EBBsUiD9MIQ,6474
|
25
25
|
docling/utils/layout_utils.py,sha256=FOFbL0hKzUoWXdZaeUvEtFqKv0IkPifIr4sdGW4suKs,31804
|
26
26
|
docling/utils/utils.py,sha256=llhXSbIDNZ1MHOwBEfLHBAoJIAYI7QlPIonlI1jLUJ0,1208
|
27
|
-
docling-1.12.
|
28
|
-
docling-1.12.
|
29
|
-
docling-1.12.
|
30
|
-
docling-1.12.
|
31
|
-
docling-1.12.
|
27
|
+
docling-1.12.1.dist-info/LICENSE,sha256=mBb7ErEcM8VS9OhiGHnQ2kk75HwPhr54W1Oiz3965MY,1088
|
28
|
+
docling-1.12.1.dist-info/METADATA,sha256=uOBuBvm3hx7K2IS6_iONhO4W-pAywg6kFWgwd106m9k,9544
|
29
|
+
docling-1.12.1.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
30
|
+
docling-1.12.1.dist-info/entry_points.txt,sha256=VOSzV77znM52dz5ysaDuJ0ijl1cnfrh1ZPg8od5OcTs,48
|
31
|
+
docling-1.12.1.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|