Skip to content

coldnew/twse-captcha-solver-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

twse-captcha-solver-java

GitHub license

A simple captcha solver for Taiwan Stock Exchange's website. The algorithm is based on hhschu's python method.

This project is written in Java, if you want C++ version, you can take a look at coldnew/twse-captcha-solver.

If you want a more accurate captcha solver based on deeplearning4j, you can see my another project: coldnew/twse-captcha-solver-dl4j.

Usage

You need to download the captcha image manually from website, execute the tool in command line:

mvn compile exec:java -Dexec.mainClass="twse.brs.CaptchaSolver" -Dexec.args="xxx.png"

Screenshot

Screenshot

Note

This application ONLY work on captcha like this:

Sample

License

Copyright © 2017 Yen-Chin, Lee <coldnew.tw@gmail.com>

Distributed under the MIT License.