docling 0.2.0__py3-none-any.whl → 0.3.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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: docling
3
- Version: 0.2.0
3
+ Version: 0.3.0
4
4
  Summary: Docling PDF conversion package
5
5
  Home-page: https://github.com/DS4SD/docling
6
6
  License: MIT
@@ -18,7 +18,7 @@ Classifier: Programming Language :: Python :: 3
18
18
  Classifier: Programming Language :: Python :: 3.11
19
19
  Classifier: Programming Language :: Python :: 3.12
20
20
  Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
21
- Requires-Dist: deepsearch-glm (>=0.18.4,<1)
21
+ Requires-Dist: deepsearch-glm (>=0.19.0,<1)
22
22
  Requires-Dist: deepsearch-toolkit (>=0.47.0,<1)
23
23
  Requires-Dist: docling-core (>=0.2.0,<0.3.0)
24
24
  Requires-Dist: docling-ibm-models (>=0.2.0,<0.3.0)
@@ -46,9 +46,19 @@ Docling bundles PDF document conversion to JSON and Markdown in an easy, self-co
46
46
 
47
47
  ## Setup
48
48
 
49
- You need Python 3.11 and poetry. Install poetry from [here](https://python-poetry.org/docs/#installing-with-the-official-installer).
49
+ For general usage, you can simply install `docling` through `pip` from the pypi package index.
50
+ ```
51
+ pip install docling
52
+ ```
53
+
54
+ **Notes**:
55
+ * Works on macOS and Linux environments. Windows platforms are currently not tested.
56
+
57
+ ### Development setup
50
58
 
51
- Once you have `poetry` installed, create an environment and install the package:
59
+ To develop for `docling`, you need Python 3.11 and `poetry`. Install poetry from [here](https://python-poetry.org/docs/#installing-with-the-official-installer).
60
+
61
+ Once you have `poetry` installed and cloned this repo, create an environment and install `docling` from the repo root:
52
62
 
53
63
  ```bash
54
64
  poetry env use $(which python3.11)
@@ -56,10 +66,6 @@ poetry shell
56
66
  poetry install
57
67
  ```
58
68
 
59
- **Notes**:
60
- * Works on macOS and Linux environments. Windows platforms are currently not tested.
61
-
62
-
63
69
  ## Usage
64
70
 
65
71
  For basic usage, see the [convert.py](https://github.com/DS4SD/docling/blob/main/examples/convert.py) example module. Run with:
@@ -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.2.0.dist-info/LICENSE,sha256=ACwmltkrXIz5VsEQcrqljq-fat6ZXAMepjXGoe40KtE,1069
23
- docling-0.2.0.dist-info/METADATA,sha256=uI_41YwSSWv5K_xUDsJA9Ju8FZQ3zwVgAFOA1glhuyM,4455
24
- docling-0.2.0.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
25
- docling-0.2.0.dist-info/RECORD,,
22
+ docling-0.3.0.dist-info/LICENSE,sha256=ACwmltkrXIz5VsEQcrqljq-fat6ZXAMepjXGoe40KtE,1069
23
+ docling-0.3.0.dist-info/METADATA,sha256=kCXvIw9BqMqcht7yhkIp-B4Z7MIw3GmeSpGh_iVm0sA,4667
24
+ docling-0.3.0.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
25
+ docling-0.3.0.dist-info/RECORD,,