Skip to content

Commit

Permalink
Another bugfix release, fixing some edge cases with 'odd' OCR files.
Browse files Browse the repository at this point in the history
**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.
  • Loading branch information
jbaiter committed Oct 21, 2022
1 parent 83a8356 commit 1f4fddb
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions docs/changes.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>de.digitalcollections</groupId>
<artifactId>solr-ocrhighlighting</artifactId>
<version>0.8.3-SNAPSHOT</version>
<version>0.8.3</version>

<name>Solr OCR Highlighting Plugin</name>
<description>
Expand Down

0 comments on commit 1f4fddb

Please sign in to comment.