-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d63ff10
commit 598afec
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule ocrd_manager
updated
17 files
+0 −4 | .env.example | |
+5 −1 | .github/workflows/publish.yml | |
+36 −16 | .github/workflows/test-ci.yml | |
+165 −3 | .gitignore | |
+13 −12 | Dockerfile | |
+0 −5 | Makefile | |
+0 −2 | docker-compose.yml | |
+1 −1 | kitodo-production-activemq-client-log4j2.properties | |
+43 −56 | ocrd_lib.sh | |
+303 −0 | pdm.lock | |
+59 −21 | process_images.sh | |
+24 −13 | process_mets.sh | |
+26 −0 | pyproject.toml | |
+0 −0 | src/ocr_d_manager/__init__.py | |
+0 −0 | tests/__init__.py | |
+3 −0 | tests/ocrd_lib_test.sh | |
+49 −0 | tests/ocrd_lib_webhook_test.py |