Releases: ocropus/hocr-tools
Releases · ocropus/hocr-tools
Add new script hocr-cut for cutting a page
- Add new script hocr-cut for cutting a page #108
- Add --savefile argument to hocr-pdf #125 #126
- Reformat code according to PEP8 and several other cleanup and documentation work
See details v1.2.0...v1.3.0
Add new script hocr-wordfreq + switch to argparse module
Fix hocr-combine, hocr-eval, hocr-lines and add more tests
- Fix hocr-combine: Delete the function call to
importNode
which does not exists inetree
and seems not necessary anymore. - Fix hocr-eval: The function
get_text
of this file failed in Python 3 and we use now the same code of this function as in the other tools. - Fix hocr-lines: It was outputting byte strings in Python 3.
- Add tests for hocr-combine, hocr-eval, hocr-eval-geom, hocr-lines
See details: v1.1.0...v1.1.1
Python 3 Compatibility
The hocr-tools
are now compatible with Python 2 as well as Python 3!
- Change print statements according to Python 3 and use
from __future__ import print_function
- Fix hocr-eval-lines, add tests
- Start code cleaning according to PEP 8 coding styles
- Add Dockerfile for consistent local testing
- Load from filename not stream
See details: v1.0.1...v1.1.0
Bugfixing in hocr-split, hocr-pdf, hocr-check
Start releasing on GitHub and PyPI
We start now to release on GitHub and also PyPI. Today with v1.0.0
marks the beginning of this activity. However, we retrospectively also tag some older important points with version numbers starting with 0
.