Categorygithub.com/antonyho/go-deathbycaptcha
repositorypackage
0.0.0-20141207155119-078f4102521d
Repository: https://github.com/antonyho/go-deathbycaptcha.git
Documentation: pkg.go.dev

# README

go-deathbycaptcha

A Death by Captcha implementation for Go (http://www.deathbycaptcha.com/)

This is a library implemented with Web API of Death By Captcha service.

Install: go get github.com/antonyho/go-deathbycaptcha

Usage: dbc := deathbycaptcha.New() solvedCaptcha, err := dbc.Solve("", "", "/abs/path/to/imagefile")