Skip to content

Releases: stefan6419846/hocr-tools

Version 1.2.0

01 Jul 15:12

Choose a tag to compare

  • Gracefully handle hOCR files from kraken in hocr_pdf.
  • Deal with non-integer widths and heights in hocr_pdf which would previously lead to some white borders.
  • Fix handling of accented characters in hocr_pdf due to a change in reportlab>=4.0.9.
  • Remove the stdout output option for hocr_pdf due to unexpected behavior.
  • Remove unused and untested hocr_extract_g1000 tool.
  • Drop support for Python < 3.9.

Version 1.1.0

23 Jul 03:47
9a48cff

Choose a tag to compare

  • Fix deprecation warning from lxml in hocr_wordfreq.
  • Ensure compatibility with python-bidi>=0.5, while keeping support for older versions.
  • Migrate from setup.py to pyproject.toml.
  • Add Read the Docs configuration and missing docs.

Version 1.0.3

18 Mar 16:12
d51d97a

Choose a tag to compare

  • Add type hints.
  • Fix hocr_pdf for reportlab>=4.1.0, which would not render the text any more.

Version 1.0.2

29 Dec 15:08

Choose a tag to compare

Fix installation instructions.

Version 1.0.1

29 Dec 15:04

Choose a tag to compare

Fix rendering on PyPI.

Version 1.0.0

29 Dec 15:03

Choose a tag to compare

First public library release.