简体   繁体   中英

Java OCR Help Needed

How do I detect all the characters in an image? The image is in png and the font is constant. For simplicity, lets assume that the image has only numeric digits and there are only 4 digits on an image. I need to read all of them and output the text.

Can you help?

Thanks in advance.

Have you tried http://neuroph.sourceforge.net ? It has all the stuff you will need in order to achieve this.

An in case you have also the flexibility to use .NET-framework, then check for AForge Framework from Andrew Kirillov.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM