Closed sakunok closed 5 years ago
i use "thiagoalessio/tesseract_ocr": "^2.7"
@sakunok a problem is that library tries to run version_compare
on '3.05' and 'v4.0.0.20190314', where it obviously fails. You can disable version check manually at src/Option.php:63
or fix the function by parsing out the 'v' as it should (and it is in psm
method, but not everywhere else) be done.
@ahavryliuk seriously? what a stupid bug :( Thank you so much for pointing it out! I didn't have time to inspect this issue, you saved me precious minutes! :yellow_heart: :green_heart: :black_heart:
@sakunok sorry for the delay, you obviously already found a workaround in order to keep working, but I released a fix on version 2.7.4
. And thank you very much for reporting it! :heart: :purple_heart: :blue_heart:
I try this code in laravel
but return this error. How do i fix this error