-
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.
update submodules (avoiding TF 1 vs 2 conflict)
- Loading branch information
Showing
7 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
Submodule ocrd_segment
updated
10 files
+8 −5 | README.md | |
+2 −0 | ocrd_segment/__init__.py | |
+17 −5 | ocrd_segment/cli.py | |
+257 −56 | ocrd_segment/extract_pages.py | |
+21 −23 | ocrd_segment/extract_regions.py | |
+257 −0 | ocrd_segment/import_coco_segmentation.py | |
+246 −0 | ocrd_segment/import_image_segmentation.py | |
+39 −4 | ocrd_segment/ocrd-tool.json | |
+24 −6 | ocrd_segment/repair.py | |
+5 −0 | setup.py |
Submodule ocrd_tesserocr
updated
6 files
+10 −0 | CHANGELOG.md | |
+6 −1 | ocrd_tesserocr/ocrd-tool.json | |
+13 −1 | ocrd_tesserocr/segment_line.py | |
+1 −1 | ocrd_tesserocr/segment_region.py | |
+2 −1 | ocrd_tesserocr/segment_table.py | |
+2 −2 | requirements.txt |