claudiulazar / twse-captcha-solver-java

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

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.

About

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

License:MIT License


Languages

Language:Java 97.5%Language:Shell 2.5%