Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/coldnew/twse-captcha-solver-java
A simple captcha solver for http://bsr.twse.com.tw/bshtm/
https://github.com/coldnew/twse-captcha-solver-java
captcha captcha-solver opencv stock taiwan tesseract-ocr twse
Last synced: about 8 hours ago
JSON representation
A simple captcha solver for http://bsr.twse.com.tw/bshtm/
- Host: GitHub
- URL: https://github.com/coldnew/twse-captcha-solver-java
- Owner: coldnew
- License: mit
- Created: 2017-05-23T21:04:20.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-01-14T07:31:31.000Z (almost 3 years ago)
- Last Synced: 2024-04-09T14:52:05.269Z (7 months ago)
- Topics: captcha, captcha-solver, opencv, stock, taiwan, tesseract-ocr, twse
- Language: Java
- Homepage:
- Size: 9.09 MB
- Stars: 35
- Watchers: 5
- Forks: 16
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# twse-captcha-solver-java
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/coldnew/twse-captcha-solver/master/LICENSE)A simple captcha solver for Taiwan Stock Exchange's [website](http://bsr.twse.com.tw/bshtm/). The algorithm is based on [hhschu](https://github.com/hhschu/Captcha_OCR)'s python method.
This project is written in Java, if you want C++ version, you can take a look at [coldnew/twse-captcha-solver](https://github.com/coldnew/twse-captcha-solver).
If you want a more accurate captcha solver based on [deeplearning4j](https://deeplearning4j.org/), you can see my another project: [coldnew/twse-captcha-solver-dl4j](https://github.com/coldnew/twse-captcha-solver-dl4j).
## Usage
You need to download the captcha image manually from [website](http://bsr.twse.com.tw/bshtm/), execute the tool in command line:
```sh
mvn compile exec:java -Dexec.mainClass="twse.brs.CaptchaSolver" -Dexec.args="xxx.png"
```## Screenshot
![Screenshot](https://github.com/coldnew/twse-captcha-solver-java/raw/master/screenshot.png)
## Note
This application **ONLY** work on captcha like this:
![Sample](https://github.com/coldnew/twse-captcha-solver-java/raw/master/sample.png)
## License
Copyright © 2017 Yen-Chin, Lee <>
Distributed under the [MIT License](http://opensource.org/licenses/MIT).