Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 776 Bytes

CHANGELOG.md

File metadata and controls

28 lines (17 loc) · 776 Bytes

Development version

  • 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.

Version 1.1.0 - 2024-07-23

  • 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 - 2024-03-18

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

Version 1.0.2 - 2023-12-29

  • Fix installation instructions.

Version 1.0.1 - 2023-12-29

  • Fix rendering on PyPI.

Version 1.0.0 - 2023-12-29

  • First public release.