Spaces:
Configuration error
Configuration error
Michele Dolfi
commited on
chore: move to docling-project gh org (#95)
Browse filesSigned-off-by: Michele Dolfi <[email protected]>
- .github/SECURITY.md +1 -1
- .github/workflows/ci-images-dryrun.yml +3 -3
- .github/workflows/ci.yml +1 -1
- .github/workflows/images.yml +3 -3
- CHANGELOG.md +15 -15
- CONTRIBUTING.md +6 -6
- Makefile +11 -11
- README.md +3 -3
- docling_serve/app.py +1 -1
- docling_serve/gradio_ui.py +1 -1
- pyproject.toml +4 -4
.github/SECURITY.md
CHANGED
@@ -20,4 +20,4 @@ After the initial reply to your report, the security team will keep you informed
|
|
20 |
|
21 |
## Security Alerts
|
22 |
|
23 |
-
We will send announcements of security vulnerabilities and steps to remediate on the [Docling announcements](https://github.com/
|
|
|
20 |
|
21 |
## Security Alerts
|
22 |
|
23 |
+
We will send announcements of security vulnerabilities and steps to remediate on the [Docling announcements](https://github.com/docling-project/docling/discussions/categories/announcements).
|
.github/workflows/ci-images-dryrun.yml
CHANGED
@@ -13,15 +13,15 @@ jobs:
|
|
13 |
strategy:
|
14 |
matrix:
|
15 |
spec:
|
16 |
-
- name:
|
17 |
build_args: |
|
18 |
UV_SYNC_EXTRA_ARGS=--no-extra cu124 --no-extra cpu
|
19 |
platforms: linux/amd64, linux/arm64
|
20 |
-
- name:
|
21 |
build_args: |
|
22 |
UV_SYNC_EXTRA_ARGS=--no-extra cu124
|
23 |
platforms: linux/amd64, linux/arm64
|
24 |
-
- name:
|
25 |
build_args: |
|
26 |
UV_SYNC_EXTRA_ARGS=--no-extra cpu
|
27 |
platforms: linux/amd64
|
|
|
13 |
strategy:
|
14 |
matrix:
|
15 |
spec:
|
16 |
+
- name: docling-project/docling-serve
|
17 |
build_args: |
|
18 |
UV_SYNC_EXTRA_ARGS=--no-extra cu124 --no-extra cpu
|
19 |
platforms: linux/amd64, linux/arm64
|
20 |
+
- name: docling-project/docling-serve-cpu
|
21 |
build_args: |
|
22 |
UV_SYNC_EXTRA_ARGS=--no-extra cu124
|
23 |
platforms: linux/amd64, linux/arm64
|
24 |
+
- name: docling-project/docling-serve-cu124
|
25 |
build_args: |
|
26 |
UV_SYNC_EXTRA_ARGS=--no-extra cpu
|
27 |
platforms: linux/amd64
|
.github/workflows/ci.yml
CHANGED
@@ -8,7 +8,7 @@ on:
|
|
8 |
|
9 |
jobs:
|
10 |
code-checks:
|
11 |
-
# if: ${{ github.event_name == 'push' || (github.event.pull_request.head.repo.full_name != '
|
12 |
uses: ./.github/workflows/job-checks.yml
|
13 |
permissions:
|
14 |
packages: write
|
|
|
8 |
|
9 |
jobs:
|
10 |
code-checks:
|
11 |
+
# if: ${{ github.event_name == 'push' || (github.event.pull_request.head.repo.full_name != 'docling-project/docling-serve' && github.event.pull_request.head.repo.full_name != 'docling-project/docling-serve') }}
|
12 |
uses: ./.github/workflows/job-checks.yml
|
13 |
permissions:
|
14 |
packages: write
|
.github/workflows/images.yml
CHANGED
@@ -17,15 +17,15 @@ jobs:
|
|
17 |
strategy:
|
18 |
matrix:
|
19 |
spec:
|
20 |
-
- name:
|
21 |
build_args: |
|
22 |
UV_SYNC_EXTRA_ARGS=--no-extra cu124 --no-extra cpu
|
23 |
platforms: linux/amd64, linux/arm64
|
24 |
-
- name:
|
25 |
build_args: |
|
26 |
UV_SYNC_EXTRA_ARGS=--no-extra cu124
|
27 |
platforms: linux/amd64, linux/arm64
|
28 |
-
- name:
|
29 |
build_args: |
|
30 |
UV_SYNC_EXTRA_ARGS=--no-extra cpu
|
31 |
platforms: linux/amd64
|
|
|
17 |
strategy:
|
18 |
matrix:
|
19 |
spec:
|
20 |
+
- name: docling-project/docling-serve
|
21 |
build_args: |
|
22 |
UV_SYNC_EXTRA_ARGS=--no-extra cu124 --no-extra cpu
|
23 |
platforms: linux/amd64, linux/arm64
|
24 |
+
- name: docling-project/docling-serve-cpu
|
25 |
build_args: |
|
26 |
UV_SYNC_EXTRA_ARGS=--no-extra cu124
|
27 |
platforms: linux/amd64, linux/arm64
|
28 |
+
- name: docling-project/docling-serve-cu124
|
29 |
build_args: |
|
30 |
UV_SYNC_EXTRA_ARGS=--no-extra cpu
|
31 |
platforms: linux/amd64
|
CHANGELOG.md
CHANGED
@@ -1,36 +1,36 @@
|
|
1 |
-
## [v0.5.1](https://github.com/
|
2 |
|
3 |
### Fix
|
4 |
|
5 |
-
* Submodules in wheels ([#85](https://github.com/
|
6 |
|
7 |
-
## [v0.5.0](https://github.com/
|
8 |
|
9 |
### Feature
|
10 |
|
11 |
-
* Async api ([#60](https://github.com/
|
12 |
-
* Display version in fastapi docs ([#78](https://github.com/
|
13 |
|
14 |
### Fix
|
15 |
|
16 |
-
* Remove uv from image, merge ARG and ENV declarations ([#57](https://github.com/
|
17 |
-
* **docs:** Remove comma in convert/source curl example ([#73](https://github.com/
|
18 |
|
19 |
-
## [v0.4.0](https://github.com/
|
20 |
|
21 |
### Feature
|
22 |
|
23 |
-
* New container images ([#68](https://github.com/
|
24 |
-
* Render DoclingDocument with npm docling-components in the example UI ([#65](https://github.com/
|
25 |
|
26 |
-
## [v0.3.0](https://github.com/
|
27 |
|
28 |
### Feature
|
29 |
|
30 |
-
* Add new docling-serve cli ([#50](https://github.com/
|
31 |
|
32 |
### Fix
|
33 |
|
34 |
-
* Set DOCLING_SERVE_ARTIFACTS_PATH in images ([#53](https://github.com/
|
35 |
-
* Set root UI path when behind proxy ([#38](https://github.com/
|
36 |
-
* Support python 3.13 and docling updates and switch to uv ([#48](https://github.com/
|
|
|
1 |
+
## [v0.5.1](https://github.com/docling-project/docling-serve/releases/tag/v0.5.1) - 2025-03-10
|
2 |
|
3 |
### Fix
|
4 |
|
5 |
+
* Submodules in wheels ([#85](https://github.com/docling-project/docling-serve/issues/85)) ([`a92ad48`](https://github.com/docling-project/docling-serve/commit/a92ad48b287bfcb134011dc0fc3f91ee04e067ee))
|
6 |
|
7 |
+
## [v0.5.0](https://github.com/docling-project/docling-serve/releases/tag/v0.5.0) - 2025-03-07
|
8 |
|
9 |
### Feature
|
10 |
|
11 |
+
* Async api ([#60](https://github.com/docling-project/docling-serve/issues/60)) ([`82f8900`](https://github.com/docling-project/docling-serve/commit/82f890019745859699c1b01f9ccfb64cb7e37906))
|
12 |
+
* Display version in fastapi docs ([#78](https://github.com/docling-project/docling-serve/issues/78)) ([`ed851c9`](https://github.com/docling-project/docling-serve/commit/ed851c95fee5f59305ddc3dcd5c09efce618470b))
|
13 |
|
14 |
### Fix
|
15 |
|
16 |
+
* Remove uv from image, merge ARG and ENV declarations ([#57](https://github.com/docling-project/docling-serve/issues/57)) ([`c95db36`](https://github.com/docling-project/docling-serve/commit/c95db3643807a4dfb96d93c8e10d6eb486c49a30))
|
17 |
+
* **docs:** Remove comma in convert/source curl example ([#73](https://github.com/docling-project/docling-serve/issues/73)) ([`05df073`](https://github.com/docling-project/docling-serve/commit/05df0735d35a589bdc2a11fcdd764a10f700cb6f))
|
18 |
|
19 |
+
## [v0.4.0](https://github.com/docling-project/docling-serve/releases/tag/v0.4.0) - 2025-02-26
|
20 |
|
21 |
### Feature
|
22 |
|
23 |
+
* New container images ([#68](https://github.com/docling-project/docling-serve/issues/68)) ([`7e6d9cd`](https://github.com/docling-project/docling-serve/commit/7e6d9cdef398df70a5b4d626aeb523c428c10d56))
|
24 |
+
* Render DoclingDocument with npm docling-components in the example UI ([#65](https://github.com/docling-project/docling-serve/issues/65)) ([`c430d9b`](https://github.com/docling-project/docling-serve/commit/c430d9b1a162ab29104d86ebaa1ac5a5488b1f09))
|
25 |
|
26 |
+
## [v0.3.0](https://github.com/docling-project/docling-serve/releases/tag/v0.3.0) - 2025-02-19
|
27 |
|
28 |
### Feature
|
29 |
|
30 |
+
* Add new docling-serve cli ([#50](https://github.com/docling-project/docling-serve/issues/50)) ([`ec33a61`](https://github.com/docling-project/docling-serve/commit/ec33a61faa7846b9b7998fbf557ebe39a3b800f6))
|
31 |
|
32 |
### Fix
|
33 |
|
34 |
+
* Set DOCLING_SERVE_ARTIFACTS_PATH in images ([#53](https://github.com/docling-project/docling-serve/issues/53)) ([`4877248`](https://github.com/docling-project/docling-serve/commit/487724836896576ca4f98e84abf15fd1c383bec8))
|
35 |
+
* Set root UI path when behind proxy ([#38](https://github.com/docling-project/docling-serve/issues/38)) ([`c64a450`](https://github.com/docling-project/docling-serve/commit/c64a450bf9ba9947ab180e92bef2763ff710b210))
|
36 |
+
* Support python 3.13 and docling updates and switch to uv ([#48](https://github.com/docling-project/docling-serve/issues/48)) ([`ae3b490`](https://github.com/docling-project/docling-serve/commit/ae3b4906f1c0829b1331ea491f3518741cabff71))
|
CONTRIBUTING.md
CHANGED
@@ -3,13 +3,13 @@
|
|
3 |
Our project welcomes external contributions. If you have an itch, please feel
|
4 |
free to scratch it.
|
5 |
|
6 |
-
To contribute code or documentation, please submit a [pull request](https://github.com/
|
7 |
|
8 |
A good way to familiarize yourself with the codebase and contribution process is
|
9 |
-
to look for and tackle low-hanging fruit in the [issue tracker](https://github.com/
|
10 |
Before embarking on a more ambitious contribution, please quickly [get in touch](#communication) with us.
|
11 |
|
12 |
-
For general questions or support requests, please refer to the [discussion section](https://github.com/
|
13 |
|
14 |
**Note: We appreciate your effort, and want to avoid a situation where a contribution
|
15 |
requires extensive rework (by you or by us), sits in backlog for a long time, or
|
@@ -17,14 +17,14 @@ cannot be accepted at all!**
|
|
17 |
|
18 |
### Proposing new features
|
19 |
|
20 |
-
If you would like to implement a new feature, please [raise an issue](https://github.com/
|
21 |
before sending a pull request so the feature can be discussed. This is to avoid
|
22 |
you wasting your valuable time working on a feature that the project developers
|
23 |
are not interested in accepting into the code base.
|
24 |
|
25 |
### Fixing bugs
|
26 |
|
27 |
-
If you would like to fix a bug, please [raise an issue](https://github.com/
|
28 |
pull request so it can be tracked.
|
29 |
|
30 |
### Merge approval
|
@@ -73,7 +73,7 @@ git commit -s
|
|
73 |
|
74 |
## Communication
|
75 |
|
76 |
-
Please feel free to connect with us using the [discussion section](https://github.com/
|
77 |
|
78 |
## Developing
|
79 |
|
|
|
3 |
Our project welcomes external contributions. If you have an itch, please feel
|
4 |
free to scratch it.
|
5 |
|
6 |
+
To contribute code or documentation, please submit a [pull request](https://github.com/docling-project/docling-serve/pulls).
|
7 |
|
8 |
A good way to familiarize yourself with the codebase and contribution process is
|
9 |
+
to look for and tackle low-hanging fruit in the [issue tracker](https://github.com/docling-project/docling-serve/issues).
|
10 |
Before embarking on a more ambitious contribution, please quickly [get in touch](#communication) with us.
|
11 |
|
12 |
+
For general questions or support requests, please refer to the [discussion section](https://github.com/docling-project/docling-serve/discussions).
|
13 |
|
14 |
**Note: We appreciate your effort, and want to avoid a situation where a contribution
|
15 |
requires extensive rework (by you or by us), sits in backlog for a long time, or
|
|
|
17 |
|
18 |
### Proposing new features
|
19 |
|
20 |
+
If you would like to implement a new feature, please [raise an issue](https://github.com/docling-project/docling-serve/issues)
|
21 |
before sending a pull request so the feature can be discussed. This is to avoid
|
22 |
you wasting your valuable time working on a feature that the project developers
|
23 |
are not interested in accepting into the code base.
|
24 |
|
25 |
### Fixing bugs
|
26 |
|
27 |
+
If you would like to fix a bug, please [raise an issue](https://github.com/docling-project/docling-serve/issues) before sending a
|
28 |
pull request so it can be tracked.
|
29 |
|
30 |
### Merge approval
|
|
|
73 |
|
74 |
## Communication
|
75 |
|
76 |
+
Please feel free to connect with us using the [discussion section](https://github.com/docling-project/docling-serve/discussions).
|
77 |
|
78 |
## Developing
|
79 |
|
Makefile
CHANGED
@@ -27,23 +27,23 @@ md-lint-file:
|
|
27 |
.PHONY: docling-serve-image
|
28 |
docling-serve-image: Containerfile
|
29 |
$(ECHO_PREFIX) printf " %-12s Containerfile\n" "[docling-serve]"
|
30 |
-
$(CMD_PREFIX) docker build --load --build-arg "UV_SYNC_EXTRA_ARGS=--no-extra cu124 --no-extra cpu" -f Containerfile -t ghcr.io/
|
31 |
-
$(CMD_PREFIX) docker tag ghcr.io/
|
32 |
-
$(CMD_PREFIX) docker tag ghcr.io/
|
33 |
|
34 |
.PHONY: docling-serve-cpu-image
|
35 |
docling-serve-cpu-image: Containerfile ## Build docling-serve "cpu only" container image
|
36 |
$(ECHO_PREFIX) printf " %-12s Containerfile\n" "[docling-serve CPU]"
|
37 |
-
$(CMD_PREFIX) docker build --load --build-arg "UV_SYNC_EXTRA_ARGS=--no-extra cu124" -f Containerfile -t ghcr.io/
|
38 |
-
$(CMD_PREFIX) docker tag ghcr.io/
|
39 |
-
$(CMD_PREFIX) docker tag ghcr.io/
|
40 |
|
41 |
.PHONY: docling-serve-cu124-image
|
42 |
docling-serve-cu124-image: Containerfile ## Build docling-serve container image with GPU support
|
43 |
$(ECHO_PREFIX) printf " %-12s Containerfile\n" "[docling-serve with Cuda 12.4]"
|
44 |
-
$(CMD_PREFIX) docker build --load --build-arg "UV_SYNC_EXTRA_ARGS=--no-extra cpu" -f Containerfile --platform linux/amd64 -t ghcr.io/
|
45 |
-
$(CMD_PREFIX) docker tag ghcr.io/
|
46 |
-
$(CMD_PREFIX) docker tag ghcr.io/
|
47 |
|
48 |
.PHONY: action-lint
|
49 |
action-lint: .action-lint ## Lint GitHub Action workflows
|
@@ -84,11 +84,11 @@ run-docling-cpu: ## Run the docling-serve container with CPU support and assign
|
|
84 |
$(ECHO_PREFIX) printf " %-12s Removing existing container if it exists...\n" "[CLEANUP]"
|
85 |
$(CMD_PREFIX) docker rm -f docling-serve-cpu 2>/dev/null || true
|
86 |
$(ECHO_PREFIX) printf " %-12s Running docling-serve container with CPU support on port 5001...\n" "[RUN CPU]"
|
87 |
-
$(CMD_PREFIX) docker run -it --name docling-serve-cpu -p 5001:5001 ghcr.io/
|
88 |
|
89 |
.PHONY: run-docling-gpu
|
90 |
run-docling-gpu: ## Run the docling-serve container with GPU support and assign a container name
|
91 |
$(ECHO_PREFIX) printf " %-12s Removing existing container if it exists...\n" "[CLEANUP]"
|
92 |
$(CMD_PREFIX) docker rm -f docling-serve-gpu 2>/dev/null || true
|
93 |
$(ECHO_PREFIX) printf " %-12s Running docling-serve container with GPU support on port 5001...\n" "[RUN GPU]"
|
94 |
-
$(CMD_PREFIX) docker run -it --name docling-serve-gpu -p 5001:5001 ghcr.io/
|
|
|
27 |
.PHONY: docling-serve-image
|
28 |
docling-serve-image: Containerfile
|
29 |
$(ECHO_PREFIX) printf " %-12s Containerfile\n" "[docling-serve]"
|
30 |
+
$(CMD_PREFIX) docker build --load --build-arg "UV_SYNC_EXTRA_ARGS=--no-extra cu124 --no-extra cpu" -f Containerfile -t ghcr.io/docling-project/docling-serve:$(TAG) .
|
31 |
+
$(CMD_PREFIX) docker tag ghcr.io/docling-project/docling-serve:$(TAG) ghcr.io/docling-project/docling-serve:main
|
32 |
+
$(CMD_PREFIX) docker tag ghcr.io/docling-project/docling-serve:$(TAG) quay.io/docling-project/docling-serve:main
|
33 |
|
34 |
.PHONY: docling-serve-cpu-image
|
35 |
docling-serve-cpu-image: Containerfile ## Build docling-serve "cpu only" container image
|
36 |
$(ECHO_PREFIX) printf " %-12s Containerfile\n" "[docling-serve CPU]"
|
37 |
+
$(CMD_PREFIX) docker build --load --build-arg "UV_SYNC_EXTRA_ARGS=--no-extra cu124" -f Containerfile -t ghcr.io/docling-project/docling-serve-cpu:$(TAG) .
|
38 |
+
$(CMD_PREFIX) docker tag ghcr.io/docling-project/docling-serve-cpu:$(TAG) ghcr.io/docling-project/docling-serve-cpu:main
|
39 |
+
$(CMD_PREFIX) docker tag ghcr.io/docling-project/docling-serve-cpu:$(TAG) quay.io/docling-project/docling-serve-cpu:main
|
40 |
|
41 |
.PHONY: docling-serve-cu124-image
|
42 |
docling-serve-cu124-image: Containerfile ## Build docling-serve container image with GPU support
|
43 |
$(ECHO_PREFIX) printf " %-12s Containerfile\n" "[docling-serve with Cuda 12.4]"
|
44 |
+
$(CMD_PREFIX) docker build --load --build-arg "UV_SYNC_EXTRA_ARGS=--no-extra cpu" -f Containerfile --platform linux/amd64 -t ghcr.io/docling-project/docling-serve-cu124:$(TAG) .
|
45 |
+
$(CMD_PREFIX) docker tag ghcr.io/docling-project/docling-serve-cu124:$(TAG) ghcr.io/docling-project/docling-serve-cu124:main
|
46 |
+
$(CMD_PREFIX) docker tag ghcr.io/docling-project/docling-serve-cu124:$(TAG) quay.io/docling-project/docling-serve-cu124:main
|
47 |
|
48 |
.PHONY: action-lint
|
49 |
action-lint: .action-lint ## Lint GitHub Action workflows
|
|
|
84 |
$(ECHO_PREFIX) printf " %-12s Removing existing container if it exists...\n" "[CLEANUP]"
|
85 |
$(CMD_PREFIX) docker rm -f docling-serve-cpu 2>/dev/null || true
|
86 |
$(ECHO_PREFIX) printf " %-12s Running docling-serve container with CPU support on port 5001...\n" "[RUN CPU]"
|
87 |
+
$(CMD_PREFIX) docker run -it --name docling-serve-cpu -p 5001:5001 ghcr.io/docling-project/docling-serve-cpu:main
|
88 |
|
89 |
.PHONY: run-docling-gpu
|
90 |
run-docling-gpu: ## Run the docling-serve container with GPU support and assign a container name
|
91 |
$(ECHO_PREFIX) printf " %-12s Removing existing container if it exists...\n" "[CLEANUP]"
|
92 |
$(CMD_PREFIX) docker rm -f docling-serve-gpu 2>/dev/null || true
|
93 |
$(ECHO_PREFIX) printf " %-12s Running docling-serve container with GPU support on port 5001...\n" "[RUN GPU]"
|
94 |
+
$(CMD_PREFIX) docker run -it --name docling-serve-gpu -p 5001:5001 ghcr.io/docling-project/docling-serve:main
|
README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
# Docling Serve
|
2 |
|
3 |
-
Running [Docling](https://github.com/
|
4 |
|
5 |
## Usage
|
6 |
|
@@ -421,11 +421,11 @@ Others:
|
|
421 |
|
422 |
## Get help and support
|
423 |
|
424 |
-
Please feel free to connect with us using the [discussion section](https://github.com/
|
425 |
|
426 |
## Contributing
|
427 |
|
428 |
-
Please read [Contributing to Docling Serve](https://github.com/
|
429 |
|
430 |
## References
|
431 |
|
|
|
1 |
# Docling Serve
|
2 |
|
3 |
+
Running [Docling](https://github.com/docling-project/docling) as an API service.
|
4 |
|
5 |
## Usage
|
6 |
|
|
|
421 |
|
422 |
## Get help and support
|
423 |
|
424 |
+
Please feel free to connect with us using the [discussion section](https://github.com/docling-project/docling/discussions).
|
425 |
|
426 |
## Contributing
|
427 |
|
428 |
+
Please read [Contributing to Docling Serve](https://github.com/docling-project/docling-serve/blob/main/CONTRIBUTING.md) for details.
|
429 |
|
430 |
## References
|
431 |
|
docling_serve/app.py
CHANGED
@@ -178,7 +178,7 @@ def create_app(): # noqa: C901
|
|
178 |
@app.get("/favicon.ico", include_in_schema=False)
|
179 |
async def favicon():
|
180 |
response = RedirectResponse(
|
181 |
-
url="https://
|
182 |
)
|
183 |
return response
|
184 |
|
|
|
178 |
@app.get("/favicon.ico", include_in_schema=False)
|
179 |
async def favicon():
|
180 |
response = RedirectResponse(
|
181 |
+
url="https://raw.githubusercontent.com/docling-project/docling/refs/heads/main/docs/assets/logo.svg"
|
182 |
)
|
183 |
return response
|
184 |
|
docling_serve/gradio_ui.py
CHANGED
@@ -359,7 +359,7 @@ with gr.Blocks(
|
|
359 |
# Logo
|
360 |
with gr.Column(scale=1, min_width=90):
|
361 |
gr.Image(
|
362 |
-
"https://
|
363 |
height=80,
|
364 |
width=80,
|
365 |
show_download_button=False,
|
|
|
359 |
# Logo
|
360 |
with gr.Column(scale=1, min_width=90):
|
361 |
gr.Image(
|
362 |
+
"https://raw.githubusercontent.com/docling-project/docling/refs/heads/main/docs/assets/logo.svg",
|
363 |
height=80,
|
364 |
width=80,
|
365 |
show_download_button=False,
|
pyproject.toml
CHANGED
@@ -109,11 +109,11 @@ namespaces = true
|
|
109 |
docling-serve = "docling_serve.__main__:main"
|
110 |
|
111 |
[project.urls]
|
112 |
-
Homepage = "https://github.com/
|
113 |
# Documentation = "https://ds4sd.github.io/docling"
|
114 |
-
Repository = "https://github.com/
|
115 |
-
Issues = "https://github.com/
|
116 |
-
Changelog = "https://github.com/
|
117 |
|
118 |
[tool.ruff]
|
119 |
target-version = "py310"
|
|
|
109 |
docling-serve = "docling_serve.__main__:main"
|
110 |
|
111 |
[project.urls]
|
112 |
+
Homepage = "https://github.com/docling-project/docling-serve"
|
113 |
# Documentation = "https://ds4sd.github.io/docling"
|
114 |
+
Repository = "https://github.com/docling-project/docling-serve"
|
115 |
+
Issues = "https://github.com/docling-project/docling-serve/issues"
|
116 |
+
Changelog = "https://github.com/docling-project/docling-serve/blob/main/CHANGELOG.md"
|
117 |
|
118 |
[tool.ruff]
|
119 |
target-version = "py310"
|