View Single Post
  #7 (permalink)  
Old 07-25-2008, 06:41 AM
JohnDoe JohnDoe is offline
Jr. VIP
 
Join Date: Dec 2007
Posts: 338
Thanks: 0
Thanked 27 Times in 21 Posts
Activity: 9%
Longevity: 30%
Today: 1/5
Default Re: WebVisum + FireFox = Perfect OCR



It gunzips the image and then uploads it to the server and is given a unique hash. It then polls the server waiting for the server to finish the OCRing and breaking of the captcha


Quote:
<?xml version="1.0" encoding="UTF-8"?>
<result method="captcha.result" status="ok" message="0">
<hash>d3a9c40ee8cd77d9d34786e8b9b87e13</hash>
<text></text>
<eta>5</eta>
</result>
Eg 5 seconds left to crack the image

And in 5 seconds the result will be returned back

Quote:
<?xml version="1.0" encoding="UTF-8"?>
<result method="captcha.result" status="ok" message="0">
<hash>d3a9c40ee8cd77d9d34786e8b9b87e13</hash>
<text>cogisgro</text>
<eta>0</eta>
</result>
If any one wants my sniffer logs let me know as they are a bit big to post here but are quite interesting :-)
Reply With Quote