note: only for simple authentication code recognition Download package contains the following contents
Tools include:
[use case]
[call]
If the.net application reference VerifyReader directly. The DLL file
CodeInfo ci=CodeInfo. LoadFromFile (" D: \ \ woo. Ci. PNG ");
CodeHelper helper=new CodeHelper (ci);
String code=helper. GetCodeString (Image. FromFile (" D: \ \ woo - verify the PNG "));
If other languages such as Python, use the command line tools VerifyTool. Exe
# coding: utf-8
The import OS
Result=OS. Popen (' verifytool. Exe D: \ \ woo ci. PNG - f in D: \ \ woo - verify. PNG '). The readlines ()
Print (result)
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
But it is recommended to use port listening mode
# coding: utf-8
The import urllib2
From the socket import *
H=urllib2. Urlopen (' http://www.wooyun.org/captcha.php ')
STR=practice ead (#) for verification code
S=socket (AF_INET, SOCK_DGRAM);
S.s endto (STR, (14250) 'localhost') # will get verification code sent to the recognition program
Code=s.r ecvfrom (# 65500) accept recognize captcha
Print (code)
The specific method of use view instructions
Download address:
http://download.csdn.net/detail/crystal_lz/9440185
CodePudding user response:
To see the
CodePudding user response:
OCR, a bit mean
CodePudding user response:
Looks good ~ ~
CodePudding user response:
Good, good, the building Lord helped me
CodePudding user response:
Remembered in the school of digital image processing the
CodePudding user response:
Deal with simple pictures directly built character match or OCR, complex distorted image recognition is the value,
Don't know if the program you have value
CodePudding user response:
CodePudding user response:
Thanks your sharing
CodePudding user response:
Thank you for the original poster to share
CodePudding user response:
666 ah, ha ha
CodePudding user response:
Now for me is astronomical
CodePudding user response: