-
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 #104 from OCR-D/update-2020-05-31
Update ocrd_olena, tesseract, ocrd_cis, ocrd_tesserocr, sbb_textline_detector, workflow-configuration
- Loading branch information
Showing
7 changed files
with
22 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# CHANGELOG | ||
|
||
## 2020-05-31 | ||
|
||
Update: | ||
|
||
* `ocrd_olena`: e000f24 (1.1.7) | ||
* `tesseract`: 62eae84 | ||
* `ocrd_cis`: a6a2ecd | ||
* `ocrd_tesserocr`: 9d2253e (0.8.3 +1) | ||
* `sbb_textline_detector`: 3593506 | ||
* `workflow-configuration`: 403ef75 | ||
|
||
Added: | ||
|
||
* `CHANGELOG.md` to track changes |
Submodule ocrd_cis
updated
49 files
Submodule ocrd_olena
updated
5 files
+6 −0 | CHANGELOG.md | |
+1 −1 | ocrd-olena-binarize | |
+1 −1 | ocrd-tool.json | |
+1 −1 | repo/assets | |
+5 −5 | test/test.sh |
Submodule sbb_textline_detector
updated
from f94944 to 359350
Submodule tesseract
updated
11 files
+47 −25 | configure.ac | |
+4 −0 | include/tesseract/baseapi.h | |
+25 −14 | src/arch/intsimdmatrixneon.cpp | |
+5 −0 | src/ccmain/tesseractclass.h | |
+4 −0 | src/ccstruct/blamer.h | |
+3 −0 | src/ccstruct/ratngs.h | |
+4 −0 | src/ccutil/ambigs.h | |
+4 −0 | src/ccutil/ccutil.h | |
+0 −1 | src/classify/classify.h | |
+4 −0 | src/dict/dict.h | |
+4 −4 | src/wordrec/wordrec.h |
Submodule workflow-configuration
updated
15 files