-
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 #175 from OCR-D/update-2020-08-21
update 2020-08-21
- Loading branch information
Showing
19 changed files
with
201 additions
and
22 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
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
6 files
+14 −0 | CHANGELOG.md | |
+1 −0 | Makefile | |
+1 −0 | ocrd/ocrd/workspace.py | |
+8 −3 | ocrd_utils/ocrd_utils/str.py | |
+1 −1 | ocrd_utils/setup.py | |
+2 −0 | tests/test_utils.py |
Submodule dinglehopper
updated
3 files
+5 −0 | .idea/codeStyles/codeStyleConfig.xml | |
+5 −8 | qurator/dinglehopper/ocrd_cli.py | |
+1 −1 | requirements.txt |
Submodule ocrd_anybaseocr
updated
15 files
Submodule ocrd_calamari
updated
6 files
+1 −0 | README-DEV.md | |
+1 −1 | ocrd_calamari/ocrd-tool.json | |
+6 −7 | ocrd_calamari/recognize.py | |
+1 −1 | requirements.txt | |
+1 −1 | setup.py | |
+2 −0 | test/test_recognize.py |
Submodule ocrd_cis
updated
16 files
+7 −7 | README.md | |
+7 −7 | ocrd_cis/align/cli.py | |
+17 −11 | ocrd_cis/ocrd-tool.json | |
+48 −39 | ocrd_cis/ocropy/binarize.py | |
+1 −9 | ocrd_cis/ocropy/cli.py | |
+14 −23 | ocrd_cis/ocropy/clip.py | |
+3 −1 | ocrd_cis/ocropy/common.py | |
+14 −23 | ocrd_cis/ocropy/denoise.py | |
+15 −23 | ocrd_cis/ocropy/deskew.py | |
+17 −22 | ocrd_cis/ocropy/dewarp.py | |
+8 −8 | ocrd_cis/ocropy/ocrolib/common.py | |
+0 −108 | ocrd_cis/ocropy/rec.py | |
+10 −7 | ocrd_cis/ocropy/recognize.py | |
+14 −23 | ocrd_cis/ocropy/resegment.py | |
+9 −14 | ocrd_cis/ocropy/segment.py | |
+1 −2 | setup.py |
Submodule ocrd_keraslm
updated
6 files
+3 −0 | .gitignore | |
+16 −0 | CHANGELOG.md | |
+1 −1 | ocrd_keraslm/wrapper/ocrd-tool.json | |
+17 −18 | ocrd_keraslm/wrapper/rate.py | |
+1 −2 | requirements.txt | |
+4 −1 | setup.py |
Submodule ocrd_olena
updated
4 files
+8 −0 | CHANGELOG.md | |
+2 −2 | Makefile | |
+25 −3 | ocrd-olena-binarize | |
+1 −1 | ocrd-tool.json |
Submodule ocrd_repair_inconsistencies
updated
1 files
+7 −4 | ocrd_repair_inconsistencies/ocrd_repair_inconsistencies.py |
Submodule ocrd_segment
updated
11 files
+25 −0 | CHANGELOG.md | |
+4 −1 | ocrd_segment/evaluate.py | |
+8 −8 | ocrd_segment/extract_lines.py | |
+8 −4 | ocrd_segment/extract_pages.py | |
+8 −5 | ocrd_segment/extract_regions.py | |
+8 −15 | ocrd_segment/import_coco_segmentation.py | |
+7 −9 | ocrd_segment/import_image_segmentation.py | |
+1 −1 | ocrd_segment/ocrd-tool.json | |
+7 −6 | ocrd_segment/repair.py | |
+12 −18 | ocrd_segment/replace_original.py | |
+1 −1 | requirements.txt |
Submodule ocrd_tesserocr
updated
11 files
+16 −0 | CHANGELOG.md | |
+3 −0 | Makefile | |
+19 −23 | ocrd_tesserocr/binarize.py | |
+34 −32 | ocrd_tesserocr/crop.py | |
+9 −18 | ocrd_tesserocr/deskew.py | |
+1 −1 | ocrd_tesserocr/ocrd-tool.json | |
+9 −10 | ocrd_tesserocr/recognize.py | |
+7 −5 | ocrd_tesserocr/segment_line.py | |
+8 −7 | ocrd_tesserocr/segment_region.py | |
+7 −5 | ocrd_tesserocr/segment_table.py | |
+7 −5 | ocrd_tesserocr/segment_word.py |
Submodule ocrd_typegroups_classifier
updated
10 files
+25 −0 | CHANGELOG.md | |
+133 −14 | README.md | |
+320 −0 | heatmap.py | |
+ − | ocrd_typegroups_classifier/models/densenet121.tgc | |
+1 −1 | ocrd_typegroups_classifier/ocrd-tool.json | |
+9 −4 | ocrd_typegroups_classifier/processor.py | |
+5 −2 | setup.py | |
+5 −4 | tests/test.sh | |
+0 −116 | tools/heatmap.py | |
+0 −194 | tools/train-model.py |
Submodule ocrd_wrap
updated
9 files
+10 −0 | CHANGELOG.md | |
+2 −2 | Makefile | |
+1 −1 | ocrd_wrap/ocrd-tool.json | |
+28 −34 | ocrd_wrap/shell.py | |
+19 −30 | ocrd_wrap/skimage_binarize.py | |
+19 −30 | ocrd_wrap/skimage_denoise.py | |
+19 −30 | ocrd_wrap/skimage_denoise_raw.py | |
+19 −30 | ocrd_wrap/skimage_normalize.py | |
+1 −1 | requirements.txt |
Submodule opencv-python
updated
from 83acfc to e4893f
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 sbb_textline_detector
updated
from eba5f5 to a7c92c