Skip to content
This repository has been archived by the owner on Sep 3, 2023. It is now read-only.

Library to solve SD.C captchas using OCR.

Notifications You must be signed in to change notification settings

sqdshguy/SDC-Captcha-Solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published