1.1.2 • Published 5 years ago

sdc-captcha-solver v1.1.2

Weekly downloads
4
License
MIT
Repository
github
Last release
5 years ago

SDC Captcha Solver

Library to solve SD.C captchas using OCR.

Example usage

const solve = require("sdc-captcha-solver");

const url = "", // Url to SD.C captcha
    apikey = ""; // Your API key on ocr.space

solve(url, apikey)
    .then(r => {
        console.log(r)
    });

Install

$ npm i sdc-captcha-solver

Special thanks to

@D3rise - Idea: rewrite script to a library @vladciphersky - Whole project idea

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.0

5 years ago