#HACKreCAPTCHA
HACKreCAPTCHA is an easy-to-use anti-anti-robot tool to help users solve some ridiculously hard questions generated by reCAPTCHA.
How HACKreCAPTCHA works?
The main steps of how it works are as follows:
Capture the images generated by reCAPTCHA;
Extract the keyword in the question;
Use Thesaurus to find all possible synonyms of that keyword - List synonyms_keyword;
Use Clarifai to generate the tags of each images - List tags;
Compare List tags with List synonyms_keyword, if there are words from two lists match with each other, the corresponding image will be selected as one of the correct images.