readme: removed reference to unimplemented provider

Signed-off-by: hrj <harshad.rj@gmail.com>
This commit is contained in:
hrj 2021-04-19 23:35:27 +05:30
parent f5a262cf50
commit 9e7efc1cf3
1 changed files with 1 additions and 4 deletions

View File

@ -104,11 +104,8 @@ An image of a random string of alphabets is created. Then a series of image filt
### PoppingCharactersCaptcha
![PoppingCharacters Sample](./samples/popping.gif)
### BlurCaptcha
An image of a word is blurred before being shown to the user.
### LabelCaptcha
This providers takes in two sets of images. One with known labels, and the other unknown.
This CAPTCHA provider takes in two sets of images. One with known labels, and the other unknown.
The created image has a pair of words one from each set.
The user is tested on the known word, and their answer to the unknown word is recorded.
If a sufficient number of users agree on their answer to the unknown word, it is transferred to the list of known words.