docling 0.1.1__py3-none-any.whl → 0.1.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.
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: docling
|
3
|
-
Version: 0.1.
|
3
|
+
Version: 0.1.2
|
4
4
|
Summary: Docling PDF conversion package
|
5
5
|
Home-page: https://github.com/DS4SD/docling
|
6
6
|
License: MIT
|
@@ -36,7 +36,7 @@ Description-Content-Type: text/markdown
|
|
36
36
|
|
37
37
|
# Docling
|
38
38
|
|
39
|
-
|
39
|
+
Docling bundles PDF document conversion to JSON and Markdown in an easy, self-contained package.
|
40
40
|
|
41
41
|
## Features
|
42
42
|
* ⚡ Converts any PDF document to JSON or Markdown format, stable and lightning fast
|
@@ -62,7 +62,7 @@ poetry install
|
|
62
62
|
|
63
63
|
## Usage
|
64
64
|
|
65
|
-
For basic usage, see the [convert.py](examples/convert.py) example module. Run with:
|
65
|
+
For basic usage, see the [convert.py](https://github.com/DS4SD/docling/blob/main/examples/convert.py) example module. Run with:
|
66
66
|
|
67
67
|
```
|
68
68
|
python examples/convert.py
|
@@ -19,7 +19,7 @@ docling/pipeline/standard_model_pipeline.py,sha256=pDbgVO0oOJry7Q-3KYdMuaypXCQOd
|
|
19
19
|
docling/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
20
20
|
docling/utils/layout_utils.py,sha256=FOFbL0hKzUoWXdZaeUvEtFqKv0IkPifIr4sdGW4suKs,31804
|
21
21
|
docling/utils/utils.py,sha256=llhXSbIDNZ1MHOwBEfLHBAoJIAYI7QlPIonlI1jLUJ0,1208
|
22
|
-
docling-0.1.
|
23
|
-
docling-0.1.
|
24
|
-
docling-0.1.
|
25
|
-
docling-0.1.
|
22
|
+
docling-0.1.2.dist-info/LICENSE,sha256=ACwmltkrXIz5VsEQcrqljq-fat6ZXAMepjXGoe40KtE,1069
|
23
|
+
docling-0.1.2.dist-info/METADATA,sha256=7nLN0HtRETLR_PlWROpZAp43eBwaA2ZdM5KHkxmXv_I,4455
|
24
|
+
docling-0.1.2.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
25
|
+
docling-0.1.2.dist-info/RECORD,,
|
File without changes
|
File without changes
|