We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
alfresco-simple-ocr/docker/pdfsandwich-1.6-centos-7/Dockerfile
Line 8 in b789a5e
leptonica has moved from .com to org. which cause the current download link to produce an error while trying to extract the downloaded file:
tar zfxa leptonica-1.74.4.tar.gz gzip: stdin: not in gzip format tar: Child returned status 1 tar: Error is not recoverable: exiting now
because it is actually downloading an HTML page
# file leptonica-1.74.4.tar.gz leptonica-1.74.4.tar.gz: HTML document, ASCII text
changing .com to .org will fix the problem http://www.leptonica.org/source/leptonica-1.74.4.tar.gz
The text was updated successfully, but these errors were encountered:
No branches or pull requests
alfresco-simple-ocr/docker/pdfsandwich-1.6-centos-7/Dockerfile
Line 8 in b789a5e
leptonica has moved from .com to org. which cause the current download link to produce an error while trying to extract the downloaded file:
because it is actually downloading an HTML page
changing .com to .org will fix the problem
http://www.leptonica.org/source/leptonica-1.74.4.tar.gz
The text was updated successfully, but these errors were encountered: