Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

jolice/CaptchaRecognition

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CaptchaRecognition

This is a model of a web service that allows users for solving customers' captchas for the fee, a basic implementation of the AntiGate service.

Build Status

Features

  • Access through the secured REST API
  • API key (token) authentication
  • Support for both image (Base64) and text captchas
  • Recognition by multiple users for more precise results
  • Automatical captcha requeuing

Running

To start a web application, clone the project and run it:

git clone git@github.com:riguron/CaptchaRecognition.git
cd CaptchaRecognition
mvn clean compile
mvn spring-boot:run -pl Bootstrap

Technologies used

  • Spring Boot
  • Spring MVC
  • Spring Security
  • Spring Data
  • JUnit / Mockito
  • Hibernate 5
  • HSQL Database
  • Lombok
  • Maven
Morty Proxy This is a proxified and sanitized view of the page, visit original site.