tesserocr v2.2.2
- Support timeout in Recognize API methods (#55)
- You can now pass a
timeout
parameter (milliseconds) to theRecognize
andRecognizeForChopTest
API methods.
- You can now pass a
- Fixed typo in
_Enum
initialization error message formatting (#56) - Display tessdata path in init exception message (#60)
- Fixed version check in Python 3 when reading the version number from the tesseract executable (#60)