Abstract base class for captcha solver providers.
npm install captcha-solver-provider> Abstract base class for captcha solver providers.
  
This module requires node >= 8.
``bash`
npm install --save captcha-solver-provider
#### Table of Contents
- CaptchaSolverProvider
- name
- supportedTaskTypes
- createTask
- getTaskResult
Abstract base class for captcha solver providers.
Type: function ()
*
#### name
Provider name.
Type: string
*
#### supportedTaskTypes
Set containing task types supported by this provider.
*
#### createTask
Creates a new captcha solving task.
Type: function (opts)
- opts object Optionsopts.type
- string Type of captcha to solveopts.image
- string Captcha image to process
*
#### getTaskResult
Fetches the result of a previously created captcha solving task.
Type: function (taskId, opts)
- taskId string Unique task identifieropts` object? Options
-
*
- captcha-solver - Facilitates the automation of CAPTCHA verification.
Using this software to violate the terms and conditions of any third-party service is strictly against the intent of this software. By using this software, you are acknowledging this fact and absolving the author or any potential liability or wrongdoing it may cause. This software is meant for testing and experimental purposes only, so please act responsibly.
MIT © Travis Fischer