Site verification code recognition

1. Verification Code java flowing to local website

2. Parse the captcha image-to-text process essentially, i.e. OCR recognition

3. I am using asprise of ocr package, maven configuration

<dependency>
            <groupId>com.asprise.ocr</groupId>
            <artifactId>java-ocr-api</artifactId>
            <version>15.3.0.3</version>
</dependency>

  

4. The package can simply identify the location of straight, non-variegated numbers, letters.

5. The process for removal of mottled variegated, provided that this single color code verification, so I use the java

java.awt.image

Package inconsistent with the class codes to be removed.

6. For not straighten, grotesque font need special training with plug-in package, training and then to recognize it. I have to say you do not it does not matter, I'll teach you, you will be able to identify the up, so simple truth

Training package can search keywords

jTessBoxEditor

  

 

Guess you like

Origin www.cnblogs.com/xuhongtaoloveqiandran/p/11877324.html