Package Release Info

python-tesserocr-2.2.2-bp150.2.5

Update Info: Base Release
Available in Package Hub : 15

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

python2-tesserocr
python3-tesserocr

Change Logs

Version: 2.2.2-bp150.2.4
* Fri Aug 11 2017 9@cirno.systems
- Add doc files
* Sun Aug 06 2017 9@cirno.systems
- Switch to PyPI source URL
- Add Pillow (PIL) to Recommends
* Wed Jul 26 2017 9@cirno.systems
- v2.2.2
  * Support timeout in Recognize API methods
  * Fixed typo in _Enum initialization error message formatting
  * Display tessdata path in init exception message
  * Fixed version check in Python 3 when reading the version number
    from the tesseract executable
* Thu Jun 01 2017 9@cirno.systems
v2.2.1
  * Fixed setup bug that affects gcc versions with no -std=c++11 option support
  (which should be required by tesseract 4.0+ and not older versions).
* Sun May 28 2017 9@cirno.systems
v2.2.0
  * Improved setup script
  * Tesseract 4.0 support:
  - Two new OEM enums: OEM.LSTM_ONLY and OEM.TESSERACT_LSTM_COMBINED (tesseract 4.0+)
  - Two new API methods: GetTSVText and DetectOrientationScript (tesseract 4.0+)
  - PyTessBaseApi.__init__ now accepts a new attribute oem (OCR engine mode: OEM.DEFAULT by default).
  - file_to_text and image_to_text functions now also accept the oem attribute as above.
  * Fixed segfault on API Init* failure
  * Fixed segfault when pixa_to_list returns NULL
  * Documentation fixes and other minor improvments
* Sat Apr 01 2017 9@cirno.systems
- Initial commit