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

New Saxon version 10.2 is out #124

Closed zuphilip closed 2 years ago

zuphilip commented 4 years ago

We can update to the new Saxon version 9.9.1.7 which is out since some days:

https://sourceforge.net/projects/saxon/files/Saxon-HE/9.9/

https://sourceforge.net/projects/saxon/files/Saxon-HE/9.9/SaxonHE9-9-1-7J.zip/download

In principle this only means a similar commit like in https://github.com/UB-Mannheim/ocr-fileformat/commit/4faff379843f4923960cbba6cbbd0a741fb4ffe6 but this should be tested then also.

zuphilip commented 4 years ago

And the next version on the maior release 10:

https://sourceforge.net/projects/saxon/files/Saxon-HE/10/Java/

https://sourceforge.net/projects/saxon/files/Saxon-HE/10/Java/SaxonHE10-0J.zip/download

zuphilip commented 4 years ago

Next is 10.1:

https://sourceforge.net/projects/saxon/files/Saxon-HE/10/Java/SaxonHE10-1J.zip/download

zuphilip commented 4 years ago

Next is 10.2:

https://sourceforge.net/projects/saxon/files/Saxon-HE/10/Java/SaxonHE10-2J.zip/download

stweil commented 4 years ago

Citation from http://www.saxonica.com/download/java.xml:

The latest maintenance release of 9.9 is Saxon 9.9.1.7, released on 4 March 2020. Saxon 9.9 is currently considered the most stable and reliable release.

Pull request #127 updates to that version.

stweil commented 2 years ago

Meanwhile Saxon 10.6 is the current stable version, so we should update to that version.

stweil commented 2 years ago

Pull request #144 updates Saxon to version 10.6, so this issue can be closed as soon as these changes were merged.

stweil commented 2 years ago

Now there exists a bug fix release 10.8, and 11.3 is the latest release.

stweil commented 2 years ago

10.8 is now used in git master (and 11.x will follow soon), so I close this issue.