-
Notifications
You must be signed in to change notification settings - Fork 17
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
Delegate Tesseract build to ocrd_tesserocr #409
Conversation
- remove rules and defs for Tesseract build - delegate targets for ocrd_tesserocr executables (including Tesseract CLI) to ocrd_tesserocr rules - keep targets `{clean,install}-tesseract` and `install-tesseract-training` (also delegating to ocrd_tesserocr rules), but decouple from `all` - remove tesseract and tesserocr submodules - ensure ocrd_tesserocr is checkout out recursively, too
@kba do you have any idea why CI does not trigger on this PR? In CircleCI config, forked PR building is still enabled, but I cannot even see the PR... |
670a6cf
to
7f19746
Compare
…install Tesseract)
7f19746
to
144b642
Compare
I don't know why it does not trigger the CI here, but at least it did on my fork. |
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.
Thanks for notifying me. I have looked through the code and I am currently trying to test by building the Dockerimage. Probably it is not necessary to wait for me here.
Depends on OCR-D/ocrd_tesserocr#200