Skip to content

Commit

Permalink
feat: windows support (#122)
Browse files Browse the repository at this point in the history
* feat: windows support

Signed-off-by: Michele Dolfi <dol@zurich.ibm.com>

* add Windows in README

Signed-off-by: Michele Dolfi <dol@zurich.ibm.com>

---------

Signed-off-by: Michele Dolfi <dol@zurich.ibm.com>
  • Loading branch information
dolfim-ibm authored Oct 3, 2024
1 parent cde671c commit d44c62d
Show file tree
Hide file tree
Showing 3 changed files with 64 additions and 58 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ To use Docling, simply install `docling` from your package manager, e.g. pip:
pip install docling
```

> [!NOTE]
> Works on macOS and Linux environments. Windows platforms are currently not tested.
Works on macOS, Linux and Windows environments. Both x86_64 and arm64 architectures.

<details>
<summary><b>Alternative PyTorch distributions</b></summary>
Expand Down
115 changes: 61 additions & 54 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,14 @@ python = "^3.10"
pydantic = "^2.0.0"
docling-core = "^1.6.2"
docling-ibm-models = "^1.3.1"
deepsearch-glm = "^0.21.1"
deepsearch-glm = "^0.22.0"
filetype = "^1.2.0"
pypdfium2 = "^4.30.0"
pydantic-settings = "^2.3.0"
huggingface_hub = ">=0.23,<1"
requests = "^2.32.3"
easyocr = "^1.7"
docling-parse = "^1.2.0"
docling-parse = "^1.4.1"
certifi = ">=2024.7.4"
rtree = "^1.3.0"
scipy = "^1.14.1"
Expand Down

0 comments on commit d44c62d

Please sign in to comment.