-
-
-
-
-
Asprise-OCR-CSharp-Windows_Server_32bit-4.0.zip
识别图片上的文字,识别率有80%
附加c#调用
[DllImport("AspriseOCR.dll")]
static extern string craboOCR(string file, int type)
private void GetVeryfyCode()
{
if(File.Exists(_imgPath))//ok now?
{
try
{
this.picbVeryfyCode.Image=System.Drawing.Bitmap. ...
-
-
-
-
-
-
-