Skip to content

Fix for dev version of tesseract (i.e. 3.05.00dev)

Jerome Flesch requested to merge Kalt:patch-2 into master

Created by: Kalt

Cut off "dev" suffix from the version string. Otherwise it will fail on int conversion and causes error: ValueError: invalid literal for int() with base 10: '00dev'

Merge request reports