- Gracefully handle hOCR files from
kraken
inhocr_pdf
. - Deal with non-integer widths and heights in
hocr_pdf
which would previously lead to some white borders.
- Fix deprecation warning from
lxml
inhocr_wordfreq
. - Ensure compatibility with
python-bidi>=0.5
, while keeping support for older versions. - Migrate from
setup.py
topyproject.toml
. - Add Read the Docs configuration and missing docs.
- Add type hints.
- Fix
hocr_pdf
forreportlab>=4.1.0
, which would not render the text any more.
- Fix installation instructions.
- Fix rendering on PyPI.
- First public release.