Skip to content

Commit

Permalink
Merge pull request #104 from OCR-D/update-2020-05-31
Browse files Browse the repository at this point in the history
Update ocrd_olena, tesseract, ocrd_cis, ocrd_tesserocr, sbb_textline_detector, workflow-configuration
  • Loading branch information
stweil authored May 31, 2020
2 parents 90d64ab + 4a58868 commit 3c097f0
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 6 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
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
2 changes: 1 addition & 1 deletion ocrd_cis
Submodule ocrd_cis updated 49 files
+38 −34 Dockerfile
+7 −4 Makefile
+72 −44 README.md
+0 −28 bashlib/ocrd-cis-eval-all.sh
+0 −62 bashlib/ocrd-cis-eval-ocrd-self.sh
+0 −41 bashlib/ocrd-cis-eval-ocrd.sh
+0 −56 bashlib/ocrd-cis-eval-shuffle.sh
+0 −93 bashlib/ocrd-cis-evaluate.sh
+0 −469 bashlib/ocrd-cis-lib.sh
+0 −17 bashlib/ocrd-cis-pack-result-dir.sh
+0 −111 bashlib/ocrd-cis-post-correct.sh
+0 −33 bashlib/ocrd-cis-synpage.sh
+0 −177 bashlib/ocrd-cis-train.sh
+0 −93 bashlib/ocrd_cis.bash
+0 −7 data/docker/deps.txt
+0 −4 data/docker/ocrd-cis-ocropy-fraktur1.json
+0 −4 data/docker/ocrd-cis-ocropy-fraktur2.json
+0 −23 data/docker/ocrd-cis-post-correction.json
+1 −5 ocrd_cis/__init__.py
+1 −1 ocrd_cis/align/cli.py
+9 −2 ocrd_cis/data/__main__.py
+216 −0 ocrd_cis/data/config.json
+ ocrd_cis/data/model.zip
+ ocrd_cis/data/ocrd-cis.jar
+13 −52 ocrd_cis/javaprocess.py
+56 −297 ocrd_cis/ocrd-tool.json
+2 −3 ocrd_cis/ocropy/deskew.py
+3 −3 ocrd_cis/ocropy/recognize.py
+0 −0 ocrd_cis/postcorrect/__init__.py
+46 −0 ocrd_cis/postcorrect/cli.py
+0 −38 ocrd_cis/profile/cli.py
+4 −12 setup.py
+0 −73 tests/data/benner_herrnhuterey04_1748_0015-wer.xml
+0 −1,499 tests/data/benner_herrnhuterey04_1748_0015.xml
+0 −5 tests/data/profiler
+6 −12 tests/run_add_zip_test.bash
+37 −0 tests/run_alignment_test.bash
+0 −43 tests/run_alignment_test.sh
+11 −0 tests/run_data_test.bash
+16 −15 tests/run_image_preprocessing_test.bash
+8 −13 tests/run_ocr_test.bash
+58 −0 tests/run_postcorrection_test.bash
+0 −34 tests/run_profile_test.sh
+0 −31 tests/run_train_ocr_test.sh
+63 −0 tests/run_training_test.bash
+6 −0 tests/run_validation.bash
+0 −37 tests/run_wer_test.sh
+51 −0 tests/test_lib.bash
+0 −10 tests/test_lib.sh
2 changes: 1 addition & 1 deletion ocrd_olena
2 changes: 1 addition & 1 deletion ocrd_tesserocr
2 changes: 1 addition & 1 deletion sbb_textline_detector

0 comments on commit 3c097f0

Please sign in to comment.