Java – OCR library to identify the numbers on the instrument equipment

I need OCR Library (preferably in Java), which will be able to determine the number displayed on the instrument device Please look at the picture I've tried some libraries in Java, but they can't determine this font

Update 1: Tesseract and asprise libraries cannot perform this task

Solution

You can take a look at Tesseract, an open source OCR maintained by Google However, I think if you only provide images, there may be some problems with OCR because your number size is different, which may cause problems in the learning of neural network

Therefore, if you filter the image first, try to delete items that do not need to be recognized, and try to make you need to read numbers of the same size, you will have a greater chance of success

Edit: Based on your edits, you can also view Java OCR:

Having said that, I still think you should do some processing on your image first

The content of this article comes from the network collection of netizens. It is used as a learning reference. The copyright belongs to the original author.
THE END
分享
二维码
< <上一篇
下一篇>>