Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information