From 1f4fddbab83fdbf5afff84290fc055373185de43 Mon Sep 17 00:00:00 2001 From: Johannes Baiter Date: Fri, 21 Oct 2022 16:39:35 +0200 Subject: [PATCH] Another bugfix release, fixing some edge cases with 'odd' OCR files. **Bugfixes:** - hOCR: Fix truncated passages during highlighting due to incomplete forward passes while parsing candidate passages. - All Formats: Use an iterative solution for skipping empty words instead of a recursive strategy, which could lead to stack overflows when encountering OCR files with many empty words. **Other Changes:** - We now have pre-releases in the Solr repository that can be used to experiment with the latest changes in the plugin before the official release. For users not using the repository, a pre-release build is also pushed to the GitHub Releases page on every update to the repository. --- docs/changes.md | 19 +++++++++++++++++++ pom.xml | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/docs/changes.md b/docs/changes.md index 8fd3e397..ca5d6eb7 100644 --- a/docs/changes.md +++ b/docs/changes.md @@ -1,3 +1,22 @@ +## 0.8.3 (2022-10-21) +[GitHub Release](https://github.com/dbmdz/solr-ocrhighlighting/releases/tag/0.8.3) + +Another bugfix release, fixing some edge cases with 'odd' OCR files. + +**Bugfixes:** + +- hOCR: Fix truncated passages during highlighting due to incomplete forward + passes while parsing candidate passages. +- All Formats: Use an iterative solution for skipping empty words instead of + a recursive strategy, which could lead to stack overflows when encountering + OCR files with many empty words. + +**Other Changes:** +- We now have pre-releases in the Solr repository that can be used to experiment + with the latest changes in the plugin before the official release. For users not + using the repository, a pre-release build is also pushed to the GitHub Releases + page on every update to the repository. + ## 0.8.2 (2022-09-22) [GitHub Release](https://github.com/dbmdz/solr-ocrhighlighting/releases/tag/0.8.2) diff --git a/pom.xml b/pom.xml index 22ee2173..d8aee833 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ de.digitalcollections solr-ocrhighlighting - 0.8.3-SNAPSHOT + 0.8.3 Solr OCR Highlighting Plugin