-
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.
Update cis, segment and tesserocr to latest
- Loading branch information
Showing
4 changed files
with
6 additions
and
6 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 ocrd_cis
updated
11 files
+24 −2 | .circleci/config.yml | |
+6 −5 | Makefile | |
+3 −0 | ocrd_cis/ocropy/ocrolib/common.py | |
+9 −3 | ocrd_cis/postcorrect/cli.py | |
+4 −16 | tests/run_add_zip_test.bash | |
+5 −17 | tests/run_alignment_test.bash | |
+10 −39 | tests/run_image_preprocessing_test.bash | |
+9 −22 | tests/run_ocr_test.bash | |
+13 −30 | tests/run_postcorrection_test.bash | |
+4 −13 | tests/run_training_test.bash | |
+19 −13 | tests/test_lib.bash |
Submodule ocrd_tesserocr
updated
3 files
+34 −11 | .circleci/config.yml | |
+16 −7 | Dockerfile | |
+46 −36 | Makefile |