cocoa-xu / evision

Evision: An OpenCV-Erlang/Elixir binding
https://evision.app
Apache License 2.0
323 stars 22 forks source link

`Evision.Zoo.TextRecognition.CRNN.init/2` failing to download charset #179

Closed Wigny closed 1 year ago

Wigny commented 1 year ago

Since https://github.com/opencv/opencv_zoo/pull/123/ removed the charset files from the text_recognition_crnn folder, the charset_info/1 function is returning the URL for non-existing files.

cocoa-xu commented 1 year ago

Hi @Wigny, thanks for reporting this issue! Since they embedded charsets into the source file, I might do that as well. I'll push a new commit soon!