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.
- 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
To start a web application, clone the project and run it:
git clone [email protected]:riguron/CaptchaRecognition.git
cd CaptchaRecognition
mvn clean compile
mvn spring-boot:run -pl Bootstrap
- Spring Boot
- Spring MVC
- Spring Security
- Spring Data
- JUnit / Mockito
- Hibernate 5
- HSQL Database
- Lombok
- Maven