mirror of
https://github.com/DS4SD/docling.git
synced 2025-08-02 15:32:30 +00:00
Added a requirements.txt file
This commit is contained in:
parent
5ad6de0560
commit
fbe59f7c99
@ -74,6 +74,14 @@ the docs.
|
|||||||
Check out Docling's [documentation](https://ds4sd.github.io/docling/), for details on
|
Check out Docling's [documentation](https://ds4sd.github.io/docling/), for details on
|
||||||
installation, usage, concepts, recipes, extensions, and more.
|
installation, usage, concepts, recipes, extensions, and more.
|
||||||
|
|
||||||
|
## Installation
|
||||||
|
|
||||||
|
To install all packages inside, e.g. pip:
|
||||||
|
|
||||||
|
```python
|
||||||
|
python -m pip install -r requirements.txt
|
||||||
|
```
|
||||||
|
|
||||||
## Examples
|
## Examples
|
||||||
|
|
||||||
Go hands-on with our [examples](https://ds4sd.github.io/docling/examples/),
|
Go hands-on with our [examples](https://ds4sd.github.io/docling/examples/),
|
||||||
|
83
requirements.txt
Normal file
83
requirements.txt
Normal file
@ -0,0 +1,83 @@
|
|||||||
|
annotated-types==0.7.0
|
||||||
|
attrs==25.1.0
|
||||||
|
beautifulsoup4==4.13.3
|
||||||
|
certifi==2025.1.31
|
||||||
|
charset-normalizer==3.4.1
|
||||||
|
click==8.1.8
|
||||||
|
colorama==0.4.6
|
||||||
|
deepsearch-glm==1.0.0
|
||||||
|
docling-core==2.17.1
|
||||||
|
docling-ibm-models==3.3.0
|
||||||
|
docling-parse==3.2.0
|
||||||
|
easyocr==1.7.2
|
||||||
|
et_xmlfile==2.0.0
|
||||||
|
filelock==3.17.0
|
||||||
|
filetype==1.2.0
|
||||||
|
fsspec==2025.2.0
|
||||||
|
huggingface-hub==0.28.1
|
||||||
|
idna==3.10
|
||||||
|
imageio==2.37.0
|
||||||
|
iniconfig==2.0.0
|
||||||
|
Jinja2==3.1.5
|
||||||
|
jsonlines==3.1.0
|
||||||
|
jsonref==1.1.0
|
||||||
|
jsonschema==4.23.0
|
||||||
|
jsonschema-specifications==2024.10.1
|
||||||
|
latex2mathml==3.77.0
|
||||||
|
lazy_loader==0.4
|
||||||
|
lxml==5.3.0
|
||||||
|
markdown-it-py==3.0.0
|
||||||
|
marko==2.1.2
|
||||||
|
MarkupSafe==3.0.2
|
||||||
|
mdurl==0.1.2
|
||||||
|
mpmath==1.3.0
|
||||||
|
networkx==3.4.2
|
||||||
|
ninja==1.11.1.3
|
||||||
|
numpy==2.2.2
|
||||||
|
opencv-python-headless==4.11.0.86
|
||||||
|
openpyxl==3.1.5
|
||||||
|
packaging==24.2
|
||||||
|
pandas==2.2.3
|
||||||
|
pillow==10.4.0
|
||||||
|
pluggy==1.5.0
|
||||||
|
pyclipper==1.3.0.post6
|
||||||
|
pydantic==2.10.6
|
||||||
|
pydantic-settings==2.7.1
|
||||||
|
pydantic_core==2.27.2
|
||||||
|
Pygments==2.19.1
|
||||||
|
pypdfium2==4.30.1
|
||||||
|
pytest==8.3.4
|
||||||
|
python-bidi==0.6.3
|
||||||
|
python-dateutil==2.9.0.post0
|
||||||
|
python-docx==1.1.2
|
||||||
|
python-dotenv==1.0.1
|
||||||
|
python-pptx==1.0.2
|
||||||
|
pytz==2025.1
|
||||||
|
pywin32==307
|
||||||
|
PyYAML==6.0.2
|
||||||
|
referencing==0.36.2
|
||||||
|
regex==2024.11.6
|
||||||
|
requests==2.32.3
|
||||||
|
rich==13.9.4
|
||||||
|
rpds-py==0.22.3
|
||||||
|
Rtree==1.3.0
|
||||||
|
safetensors==0.5.2
|
||||||
|
scikit-image==0.25.1
|
||||||
|
scipy==1.15.1
|
||||||
|
shapely==2.0.7
|
||||||
|
shellingham==1.5.4
|
||||||
|
six==1.17.0
|
||||||
|
soupsieve==2.6
|
||||||
|
sympy==1.13.1
|
||||||
|
tabulate==0.9.0
|
||||||
|
tifffile==2025.1.10
|
||||||
|
tokenizers==0.21.0
|
||||||
|
torch==2.6.0
|
||||||
|
torchvision==0.21.0
|
||||||
|
tqdm==4.67.1
|
||||||
|
transformers==4.48.2
|
||||||
|
typer==0.12.5
|
||||||
|
typing_extensions==4.12.2
|
||||||
|
tzdata==2025.1
|
||||||
|
urllib3==2.3.0
|
||||||
|
XlsxWriter==3.2.2
|
Loading…
Reference in New Issue
Block a user