请先下载http://asprise.com/product/ocr/index.php?lang=csharp
将发现图像框picbVeryfyCode里的文字和文本框.txtVeryfyCode.Text是一致的.
数字识别率我碰到的几乎是100%
[DllImport(“AspriseOCR.dll”)]
private void GetVeryfyCode()
if(File.Exists(_imgPath))//ok now?
}
你所拥有的,才是你最值得珍惜的!
请先下载http://asprise.com/product/ocr/index.php?lang=csharp
将发现图像框picbVeryfyCode里的文字和文本框.txtVeryfyCode.Text是一致的.
数字识别率我碰到的几乎是100%
[DllImport(“AspriseOCR.dll”)]
private void GetVeryfyCode()
if(File.Exists(_imgPath))//ok now?
}