-
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.
- Loading branch information
Showing
12 changed files
with
114 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule cor-asv-ann
updated
2 files
+2 −0 | ocrd_cor_asv_ann/wrapper/evaluate.py | |
+1 −1 | ocrd_cor_asv_ann/wrapper/ocrd-tool.json |
Submodule core
updated
10 files
+10 −0 | CHANGELOG.md | |
+4 −0 | README.md | |
+10 −6 | ocrd/ocrd/resource_list.yml | |
+3 −3 | ocrd/ocrd/resource_manager.py | |
+1 −1 | ocrd/ocrd/workspace.py | |
+5 −7 | ocrd_models/ocrd_models/ocrd_mets.py | |
+1 −1 | ocrd_utils/setup.py | |
+1 −1 | ocrd_validators/ocrd_validators/workspace_validator.py | |
+413 −291 | tests/model/test_ocrd_page.py | |
+524 −334 | tests/test_workspace.py |
Submodule dinglehopper
updated
6 files
Submodule eynollah
updated
3 files
+14 −14 | qurator/eynollah/eynollah.py | |
+0 −1 | qurator/eynollah/utils/xml.py | |
+2 −8 | qurator/eynollah/writer.py |
Submodule ocrd_calamari
updated
7 files
+12 −9 | .circleci/config.yml | |
+17 −15 | Makefile | |
+1 −1 | README-DEV.md | |
+5 −5 | ocrd_calamari/ocrd-tool.json | |
+3 −16 | ocrd_calamari/recognize.py | |
+3 −0 | test/base.py | |
+57 −55 | test/test_recognize.py |
Submodule ocrd_cis
updated
6 files
+17 −6 | README.md | |
+10 −4 | ocrd_cis/ocrd-tool.json | |
+13 −7 | ocrd_cis/ocropy/common.py | |
+32 −16 | ocrd_cis/ocropy/ocrolib/morph.py | |
+253 −77 | ocrd_cis/ocropy/resegment.py | |
+3 −2 | setup.py |
Submodule ocrd_segment
updated
11 files
+36 −2 | CHANGELOG.md | |
+26 −19 | README.md | |
+6 −0 | ocrd_segment/cli.py | |
+156 −22 | ocrd_segment/extract_lines.py | |
+1 −0 | ocrd_segment/extract_pages.py | |
+5 −2 | ocrd_segment/extract_regions.py | |
+96 −10 | ocrd_segment/ocrd-tool.json | |
+245 −0 | ocrd_segment/project.py | |
+344 −176 | ocrd_segment/repair.py | |
+2 −0 | requirements.txt | |
+3 −0 | setup.py |
Submodule opencv-python
updated
from 209d32 to 888054