Hi,
I'm using Ubuntu 14.04 to train OpenALPR to recognize my country characters and license plates.
I have succeeded to do so but I discovered that the ocr_language was set to leu, rather than what I want, which is lil.
Once I've changed the ocr_language parameter to lil almost every OpenALPR utility is showing this error :
read_params_file: parameter not found: ;
As you can see above it doesn't says what parameter is missing. All I did is just change the ocr_language from leu to lil and create a new configuration file for the new language which is the same as the European one.
I've googled it and it seems to be an error from tesseract. However, no solution was good enough for this issue.
Hi, I'm using Ubuntu 14.04 to train OpenALPR to recognize my country characters and license plates.
I have succeeded to do so but I discovered that the ocr_language was set to leu, rather than what I want, which is lil.
Once I've changed the ocr_language parameter to lil almost every OpenALPR utility is showing this error :
read_params_file: parameter not found: ;
As you can see above it doesn't says what parameter is missing. All I did is just change the ocr_language from leu to lil and create a new configuration file for the new language which is the same as the European one.
I've googled it and it seems to be an error from tesseract. However, no solution was good enough for this issue.
What should I do?
Thanks.