What's Changed * Clarified the comments for tessdata path by norm-ideal in https://github.com/sirfz/tesserocr/pull/317 * skip unit test for GetComponentImages if Pillow is missing by simonflueckiger in https://github.com/sirfz/tesserocr/pull/341 * Build with C++17 for Tesseract>=5.3.4 by bertsky in https://github.com/sirfz/tesserocr/pull/343 * Github Actions: support jpeg/tiff/webp by sirfz in https://github.com/sirfz/tesserocr/pull/344 * update windows conda install by simonflueckiger in https://github.com/sirfz/tesserocr/pull/346 * Update several GitHub actions by stweil in https://github.com/sirfz/tesserocr/pull/347
New Contributors * norm-ideal made their first contribution in https://github.com/sirfz/tesserocr/pull/317
* Updated pre-built binaries tesseract version to 5.3.3 * Added aarch64 wheels (330 and 331) * Updated Cython version requirement
2.6.1
Not secure
* Added an upper bound to the Cython version dependency (`<3.0.0`) to avoid any breaking changes * Binary wheels for Linux/macosx
2.6.0
* _pix_to_image now works with binary images (274) * SetImage with alpha channels support (280) * Leptonica 1.83.0 support (306) * Pointsize should be returned even if fontname doesn't exist (308) * Added Python 3.10, 3.11 setup classifiers