-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #132 from OCR-D/update-2020-07-28
update 2020-07-28
- Loading branch information
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
Submodule core
updated
21 files
+1 −0 | .coveragerc | |
+18 −0 | CHANGELOG.md | |
+5 −0 | Makefile | |
+24 −0 | README.md | |
+1 −0 | ocrd/MANIFEST.in | |
+15 −17 | ocrd/ocrd/cli/bashlib.py | |
+4 −2 | ocrd/ocrd/cli/ocrd_tool.py | |
+9 −0 | ocrd/ocrd/constants.py | |
+1 −1 | ocrd/ocrd/decorators.py | |
+0 −0 | ocrd/ocrd/processor/builtin/__init__.py | |
+8 −0 | ocrd/ocrd/processor/builtin/dummy/ocrd-tool.json | |
+17 −15 | ocrd/ocrd/processor/builtin/dummy_processor.py | |
+1 −4 | ocrd/setup.py | |
+4 −2 | ocrd_utils/ocrd_utils/logging.py | |
+0 −1 | ocrd_utils/ocrd_utils/str.py | |
+1 −1 | ocrd_utils/requirements.txt | |
+1 −1 | ocrd_utils/setup.py | |
+13 −0 | ocrd_validators/ocrd_validators/constants.py | |
+49 −0 | tests/cli/test_bashlib.py | |
+4 −2 | tests/processor/test_ocrd_dummy.py | |
+75 −8 | tests/test_workspace.py |
Submodule sbb_textline_detector
updated
from 359350 to 4036e2
Submodule workflow-configuration
updated
11 files