Closed den1n closed 4 years ago
@den1n awesome!! thanks a lot for taking the time to contribute :+1: :1st_place_medal: :100: :heart:
I'll merge it as soon as I'm back from work and release a new version with your fix!
done, your changes are part of version 2.9.1
, thanks again!
Thank you!
When library requests version of tesseract executable on Windows it may receive version with "v" prefix. For example "v5.0.0-alpha.20191030".
PHP function version_compare() returns incorrect result because of prefix.
In this PR i just remove "v" prefix from version number if it found.