An open API service indexing awesome lists of open source software.

https://github.com/LightQuantumArchive/jcss-rs

JAccount captcha solver service.
https://github.com/LightQuantumArchive/jcss-rs

Last synced: over 1 year ago
JSON representation

JAccount captcha solver service.

Awesome Lists containing this project

README

          

# JCSS (Rust)

JCSS stands for *JAccount Captcha Solver Service*.

This is the Rust version of [JCSS](https://github.com/PhotonQuantum/jcss).

## Usage

![captcha](./captcha.jpeg)

``` shell script
$ docker-compose up -d
$ curl -F "image=@captcha.jpeg" localhost:8000
{"status":"success","data":{"prediction":"tbrxm","elapsed_time":40}}
```

## License

This project is licensed under the [MIT License](LICENSE).