- New functionality `run_and_get_multiple_output` 511
0.3.11
- Fix for config parsing on Windows (356 and 501) - Fixes for the default hocr and boxing configs (106 and 454) - get_tesseract_version caching is optional and disabled by default for the user (411) - Various CI upgrades
0.3.10
- Fix `image_to_osd` regression (reported by [klavdijS](https://github.com/klavdijS))
0.3.9
- Support only python 3.7+ (3.6 is End of Life) - Switch from deprecated `distutils` version parsing to `packaging.version` - Add build system requirements in order for `pip` to properly install `Pillow`
0.3.8
Bugfix release: - Header handling in `file_to_dict` function by igor-ma - Proper raising behavior in case of timeout by amenezes - `__version__` attribute support by amenezes - Couple of bug fixes