How can find percentage of recognition per sample
I am trying to break a CAPTCHA scheme using the SDK. How can I find the partially recognized character of each samples.
Tagged:
Comments
This is the paper link: https://www.sciencedirect.com/science/article/pii/S016740481730161X
"By calculating the weighted average values of all CRSRs at a specific ORO level (for example, 30%), the partial computer recognition success rate value was calculated (for example, 28%). At this ORO level, there are 4 occurrences where the CRSR equals 100%, where the entire CAPTCHA string was correctly recognised, corresponding to 20 recognised characters. There is one instance each for the CRSR equalling 80% (four correctly recognised characters), 60% (three correctly recognised characters), and 20% (one correctly recognised character).Thus, in a total of 20 trials (each containing five characters), 28 characters were correctly recognised (i.e. 28%)."
CRSR: computer recognition success rate.
I would like to test different types of BotDetect CAPTCHAs. These are two examples.
I want to test how many CAPTCHA were recognized correctly. If it was not recognized how many letters were recognized correctly by GSA.
Thank you very much