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.
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"
This application ONLY work on captcha like this:
Copyright © 2017 Yen-Chin, Lee <coldnew.tw@gmail.com>
Distributed under the MIT License.