tutti-api - v2.1.0
GitHub
Preparing search index...
CaptchaProvider
Interface CaptchaProvider
Strategy for turning a captcha image into its solution text.
interface
CaptchaProvider
{
solve
(
challenge
:
CaptchaChallenge
)
:
Promise
<
string
>
;
}
Implemented by
LLMCaptchaProvider
ManualCaptchaProvider
Index
Methods
solve
Methods
solve
solve
(
challenge
:
CaptchaChallenge
)
:
Promise
<
string
>
Parameters
challenge
:
CaptchaChallenge
Returns
Promise
<
string
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
solve
GitHub
tutti-api - v2.1.0
Loading...
Strategy for turning a captcha image into its solution text.