-
Notifications
You must be signed in to change notification settings - Fork 18
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
10 changed files
with
10 additions
and
10 deletions.
There are no files selected for viewing
Submodule dinglehopper
updated
3 files
+5 −1 | README.md | |
+5 −1 | qurator/dinglehopper/cli.py | |
+5 −2 | qurator/dinglehopper/tests/test_integ_ocrd_cli.py |
Submodule ocrd_cis
updated
15 files
+3 −3 | ocrd_cis/ocrd-tool.json | |
+27 −38 | ocrd_cis/ocropy/binarize.py | |
+7 −16 | ocrd_cis/ocropy/clip.py | |
+1 −3 | ocrd_cis/ocropy/common.py | |
+2 −17 | ocrd_cis/ocropy/denoise.py | |
+5 −16 | ocrd_cis/ocropy/deskew.py | |
+20 −30 | ocrd_cis/ocropy/dewarp.py | |
+10 −15 | ocrd_cis/ocropy/ocrolib/common.py | |
+0 −1 | ocrd_cis/ocropy/ocrolib/lineest.py | |
+6 −9 | ocrd_cis/ocropy/ocrolib/lstm.py | |
+2 −1 | ocrd_cis/ocropy/ocrolib/psegutils.py | |
+14 −8 | ocrd_cis/ocropy/ocrolib/toplevel.py | |
+29 −44 | ocrd_cis/ocropy/recognize.py | |
+2 −16 | ocrd_cis/ocropy/resegment.py | |
+1 −15 | ocrd_cis/ocropy/segment.py |
Submodule ocrd_olena
updated
3 files
+6 −0 | CHANGELOG.md | |
+1 −1 | ocrd-olena-binarize | |
+1 −1 | ocrd-tool.json |
Submodule ocrd_pagetopdf
updated
3 files
+201 −0 | LICENSE | |
+1 −1 | ocrd-pagetopdf | |
+1 −1 | ptp/multipagepdf.py |
Submodule ocrd_pc_segmentation
updated
3 files
+1 −0 | .gitignore | |
+2 −4 | ocrd_pc_segmentation/ocrd_segmentation.py | |
+1 −1 | requirements.in |
Submodule ocrd_repair_inconsistencies
updated
2 files
+1 −0 | ocrd-tool.json | |
+3 −1 | ocrd_repair_inconsistencies/ocrd_repair_inconsistencies.py |
Submodule ocrd_tesserocr
updated
3 files
+6 −0 | CHANGELOG.md | |
+0 −1 | ocrd_tesserocr/deskew.py | |
+1 −1 | ocrd_tesserocr/ocrd-tool.json |