Skip to content

pindexis/Text-Captcha-Solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Text-Captcha-Solver

C# Library to solve simple logic questions I have Created back in 2010, I will do some refactoring in the next weeks.

the Library solve varaious types of questions...

Usage:

     TextCaptchaSolver.CaptchaSolver solver = new TextCaptchaSolver.CaptchaSolver();
        try
        {
            return solver.Solve(input);
        }
        catch(Exception ex)
        {
            return null;
        }

About

a library for solving Text Captchas

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages