UB-Mannheim / ocr-fileformat

Validate and transform various OCR file formats (hOCR, ALTO, PAGE, FineReader)
https://digi.bib.uni-mannheim.de/ocr-fileformat/
MIT License
176 stars 23 forks source link

Update saxon9he.jar to version 9.9.1.7 #127

Closed stweil closed 4 years ago

stweil commented 4 years ago

Signed-off-by: Stefan Weil sw@weilnetz.de

stweil commented 4 years ago

This updates to the next minor version which is considered to be the most stable and reliable version by the upstream maintainers, so it should be safe.

stweil commented 4 years ago

@zuphilip, do you know how to debug the CI failure for ci/dockercloud? I get error 404 when I want to see the details of that failure.

stweil commented 4 years ago

do you know how to debug the CI failure for ci/dockercloud

The failure was caused by the unsupported python entry in Dockerfile and is fixed now.

stweil commented 4 years ago

The fix for Dockerfile requires also replacing python2 by python3 in script/validate/hocr. It was used for hocr-spec-python which should work with Python 3, too.

stweil commented 4 years ago

The update from Python 2 to Python 3 is not only needed to fix docker build, but also required in the OCR-D context.