文件名称:Ocr.Tools的。net组件,很好用。
文件大小:214KB
文件格式:DLL
更新时间:2011-12-20 11:07:08
ocr .net
很方便的实现.net的OCR功能,目前只支持英文,符号及数字。 使用方法: using(OCR OCR1 = new OCR()) { OCR1.BitmapImage = new Bitmap(Image.FromFile(file)); OCR1.Process(); string s = OCR1.Text; OCR1.Dispose(); return s; }