-
Notifications
You must be signed in to change notification settings - Fork 10
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
possibly an invalid tessdata path: AT_SYMLINK_NOFOLLOW ? #195
Comments
Still a problem: can't run docker→signularity image in Cluster... older versions of OCR-D did work in singularity. |
Did update ocrd.sif from latest docker image today (2024-Feb-21) and did manage to successfully process a complete workflow with ocrd-tesseract-recognize through singularity |
@jbarth-ubhd you need to use a named volume now (because we need to mix both the user-downloaded and the pre-installed models). In Docker, this would be Could you please try with a recent (last week) ocrd/tesserocr image? |
yes, see #195 (comment) . Did read the current documentation and changed singularity startup parameters accordingly. |
Oh, ok, so this can be closed (is what you are saying)? |
Yes |
Did create a singularity container from docker OCR-D today, this way:
singularity build ocrd.sif docker://ocrd/all:maximum
and then I started this command:
here the output:
But I never saw this error message using ocrd-tesserocr-crop, and didn't change /home/hd/hd_hd/xx_xxxxx/ocrd_models == /usr/local/share/ocrd-resources
so I did
strace -f
-- the only line with tessdata string:Why AT_SYMLINK_NOFOLLOW?
Content of tessdata dir:
The text was updated successfully, but these errors were encountered: