-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add OCR-D/ocrd_fileformat, fix #80 #83
Conversation
Makefile
Outdated
@@ -474,9 +481,9 @@ endif | |||
docker-minimum-git docker-medium-git docker-maximum-git: PIP_OPTIONS = -e | |||
|
|||
# Minimum-size selection: use Ocropy binarization, use Tesseract from PPA | |||
docker-minimum docker-minimum-git: DOCKER_MODULES = core ocrd_im6convert ocrd_cis ocrd_tesserocr tesserocr workflow-configuration ocrd_repair_inconsistencies | |||
docker-minimum docker-minimum-git: DOCKER_MODULES = core ocrd_im6convert ocrd_cis ocrd_tesserocr tesserocr workflow-configuration ocrd_repair_inconsistencies ocrd_fileformat |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am friend of alphabetic sorting of such lists, but that can be done next time.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
238f514 core
should be before cor-asv-...
IMHO
LGTM. Can you please add ocrd-pagetopdf as well (this version for now)? I know it should be in ocr-fileformat itself, but that would never be able to replace the full-featured direct conversion. |
https://app.circleci.com/pipelines/github/OCR-D/ocrd_all/119/workflows/3520cde8-ea4f-4eb8-8e8e-ab229cb8991a/jobs/127 Looks like the submodule is not checked out recursively - @bertsky @stweil what am I doing wrong?
Sure see #84 |
You made no mistake:
But then subsequently:
So obviously there's a bug in ocr-fileformat: |
Co-Authored-By: Stefan Weil <sw@weilnetz.de>
Signed-off-by: Stefan Weil <sw@weilnetz.de>
It checks whether all required executables are available, and the error message is indeed not good. Maybe |
I suppose we could give ocrd_fileformat's Makefile a target |
No description provided.