docling 0.1.0__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,7 +1,8 @@
|
|
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
|
+
Home-page: https://github.com/DS4SD/docling
|
5
6
|
License: MIT
|
6
7
|
Keywords: docling,convert,document,pdf,layout model,segmentation,table structure,table former
|
7
8
|
Author: Christoph Auer
|
@@ -26,15 +27,16 @@ Requires-Dist: huggingface_hub (>=0.23,<1)
|
|
26
27
|
Requires-Dist: pydantic (>=2.0.0,<3.0.0)
|
27
28
|
Requires-Dist: pydantic-settings (>=2.3.0,<3.0.0)
|
28
29
|
Requires-Dist: pypdfium2 (>=4.30.0,<5.0.0)
|
30
|
+
Project-URL: Repository, https://github.com/DS4SD/docling
|
29
31
|
Description-Content-Type: text/markdown
|
30
32
|
|
31
33
|
<p align="center">
|
32
|
-
<a href="https://github.com/ds4sd/docling"> <img loading="lazy" alt="Docling" src="logo.png" width="150" /> </a>
|
34
|
+
<a href="https://github.com/ds4sd/docling"> <img loading="lazy" alt="Docling" src="https://github.com/DS4SD/docling/raw/main/logo.png" width="150" /> </a>
|
33
35
|
</p>
|
34
36
|
|
35
37
|
# Docling
|
36
38
|
|
37
|
-
|
39
|
+
Docling bundles PDF document conversion to JSON and Markdown in an easy, self-contained package.
|
38
40
|
|
39
41
|
## Features
|
40
42
|
* ⚡ Converts any PDF document to JSON or Markdown format, stable and lightning fast
|
@@ -60,7 +62,7 @@ poetry install
|
|
60
62
|
|
61
63
|
## Usage
|
62
64
|
|
63
|
-
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:
|
64
66
|
|
65
67
|
```
|
66
68
|
python examples/convert.py
|
@@ -105,7 +107,7 @@ You can limit the CPU threads used by `docling` by setting the environment varia
|
|
105
107
|
|
106
108
|
## Contributing
|
107
109
|
|
108
|
-
Please read [Contributing to Docling](
|
110
|
+
Please read [Contributing to Docling](https://github.com/DS4SD/docling/blob/main/CONTRIBUTING.md) for details.
|
109
111
|
|
110
112
|
|
111
113
|
## References
|
@@ -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
|