/twse-captcha-solver-java

A simple captcha solver for http://bsr.twse.com.tw/bshtm/

Primary LanguageJavaMIT LicenseMIT

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.