Answer the question
In order to leave comments, you need to log in
Russian license plate recognition library?
For more than a month I have been trying to find a library for text recognition. I found questions similar to mine since the 200s on various forums. Surely, someone has come across this and already found a solution would be glad to hear it. The library is available in the following languages: java, nodejs, php.
I recently tried java anpr, but it does not recognize Russian characters (ps. I have not tried others).
So the question is the following, we need a library that recognizes the picture at the input - the output will be a string - the number itself.
Answer the question
In order to leave comments, you need to log in
You will hardly find an implementation in the above languages. Usually all similar worthwhile things are written in C/C++. Of the requirements, Tesseract is quite suitable. It can be trained to read a certain font. For image processing (cropping, changing perspective, brightness, color, etc.) you need to use OpenCV. All this can be installed on the server and called from the terminal from Java, for example. There is a java port for openCV.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question