-
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
8 changed files
with
130 additions
and
7 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 core
updated
32 files
Submodule ocrd_kraken
updated
6 files
+6 −0 | .circleci/config.yml | |
+8 −0 | CHANGELOG.md | |
+18 −2 | ocrd_kraken/ocrd-tool.json | |
+38 −19 | ocrd_kraken/recognize.py | |
+39 −19 | ocrd_kraken/segment.py | |
+43 −47 | tests/test_binarize.py |
Submodule ocrd_tesserocr
updated
9 files
+36 −8 | .circleci/config.yml | |
+8 −0 | CHANGELOG.md | |
+5 −0 | Makefile | |
+102 −17 | ocrd_tesserocr/ocrd-tool.json | |
+29 −2 | ocrd_tesserocr/recognize.py | |
+1 −1 | requirements.txt | |
+36 −1 | test/base.py | |
+30 −0 | test/test_cli.py | |
+1 −1 | test/test_recognize.py |
Submodule opencv-python
updated
from 4638ce to 60630d
Submodule sbb_binarization
updated
3 files
+7 −0 | CHANGELOG.md | |
+1 −1 | sbb_binarize/cli.py | |
+1 −1 | sbb_binarize/ocrd-tool.json |
Submodule tesseract
updated
33 files