Tesserocr

Latest version: v2.8.0

Safety actively analyzes 723650 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 4

2.3.1

Python 3.7 support release.

2.3.0

* Support for Tesseract 4
* New OCR engines `LSTM_ONLY` and `TESSERACT_LSTM_COMBINED`
* New default tessdata path handling (104)
* Fixed compilation against Tesseract v3.05.02 which required c++11 (120)
* Fallback to 'eng' as default language when default language returned by the API is empty (103)
* Added notes about [Windows installation](https://github.com/sirfz/tesserocr#windows) in the README (97)

2.2.2

Contains the following binaries:

- **libtesseract-3.5.1.dll**
- **leptonica-1.74.4.dll**
- jpeg-9.2.0.dll
- zlib-1.2.11.dll
- openjp2-2.1.2.dll
- png-1.6.30.dll
- tiff-4.0.8.dll
- webp-0.6.0.dll
- lzma-5.2.3.dll

2.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). 53

2.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

2.1.3

Bug fix release:
- Improved setup: attempt compile with default environment variables even if `pkg-config` fails
- `WordFontAttributes` now returns `None` instead of segfaulting when `NULL` pointer is returned by API

Page 3 of 4

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.