Welcome![Sign In][Sign Up]
Location:
Search - ocr dll

Search list

[GDI-Bitmapocr

Description: 一个调用OFFICO 2003 OCR进行文字识别的源码,程序编译后生成一个DLL文件,你可以根据实际情况进行修改!
Platform: | Size: 45212 | Author: comput | Hits:

[Other resourceAsprise-OCR-CSharp-Windows_Server_32bit-4.0

Description: 识别图片上的文字,识别率有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.FromFile(_imgPath) _veryfyCode=craboOCR(_imgPath,-1) _veryfyCode=_veryfyCode.Substring(0,4) this.txtVeryfyCode.Text=_veryfyCode } catch(Exception e) { this.lblResult.Text+=e.Message } } }
Platform: | Size: 6479709 | Author: 似的 | Hits:

[Otherocr

Description: ocr破解版,AspriseOCR.dll 破解dll,可直接应用该Dll对网站进行简单的验证证码破解
Platform: | Size: 613980 | Author: cy | Hits:

[Windows DevelopC语言代码

Description: OCR算法代码。 这不是一个完整的系统,没法生成可执行程序。 代码基于Linux/KDE开发,用到了C++标准模板库。 代码的目的是向读者展示一个OCR系统包括哪些部分,如何工作, 读者可以借鉴这些代码,改动后用到自己的系统中。 由于这是从一个完整的OCR系统中抽取的部分代码, 所以这些代码无法单独编译。 两个*.dat文件如下: char_data.dat:字符特征数据 words_de.dat:词库(后处理用)-OCR arithmetic code. It is not a complete system, and not build execute program. The development of this code based on Linux/KDE, and used C++ standard moulding board library. Its purpose to lay out including parts and how to work in an OCR system to reader. You, Reader, also could use these code for reference, and used in your system after altered. These code could not be build by itself because it is extracted from a whole OCR system. Two file of*.dat is : char_data.dat: Characteristic data of character words_de.dat: word library (used in after-disposal).
Platform: | Size: 873472 | Author: 李权波 | Hits:

[ScannerBenQ-SC-SDK

Description: 本开发包是为明基扫描仪专门提供的,可以让用户进行二次开发的开发包。该开发包是用VC++ 6.0开发的动态连接库(scan.dll)。接口简单,调用方便,让您可以在最短的时间内实现对明基扫描仪的功能定制。另外,本开发包还提供给用户明基自行开发的影像文件读写库(ImageRW.dll),提供了多种影像格式的支持,让您可以方便的将扫描得到的影像数据存成各种格式(支持的文件格式有BMP, PCX, JPG, TIF, TGA, PNG)的影像文件。本开发包内还附有开发例程,即使你一点都不了解扫描仪的驱动过程, 也能在很短的时间里定制出符合你要求的应用程序(当然,你需要有一定的VC++编程能力), 比如说能在某个特定的区域内用特定的分辨率进行扫描。该例程还提供了如何使用汉王OCR实现文字识别的演示。-the development kits for BenQ to provide specialized scanner, allows users to the development of secondary development package. The development kit is developed by VC 6.0 Dynamic Link Library (scan.dll). Simple interface, call convenience, you can in the shortest period of time right BenQ scanner functional customization. In addition, the development kit is also available to users BenQ develop their own images document literacy library (ImageRW.dll), providing a wide variety of video format support, so you can easily scan will be the image data retention in various formats (supported file formats are BMP, PCX, JPG, TIF , TGA, PNG) image files. The development kit also included within the development routines, even if you do not understand the point scanner-driven process, in a very short p
Platform: | Size: 543744 | Author: 123 | Hits:

[Graph Recognizeocr-eval-csharp

Description: 图片文字识别!可以将图片是的文字转化出来!-Photo Character Recognition! Images can be transformed from the text!
Platform: | Size: 1709056 | Author: 刘晓飞 | Hits:

[Internet-Networkocr_dll_new

Description: 验证码识别,可识别现在流行的带有验证码的网页,识别率达90%。可以尝试一下。-Verification Code identification, can identify with now popular pages Verification Code, identification rate of 90. Will try my best.
Platform: | Size: 4096000 | Author: 张国栋 | Hits:

[Graph Recognizevld-19a

Description: 这是最新版本的开源OCR软件TESSERACT.支持英文等多种语言。-This is the latest version of the open source OCR software TESSERACT. In support of English and other languages.
Platform: | Size: 537600 | Author: jack | Hits:

[GDI-Bitmapocr

Description: 一个调用OFFICO 2003 OCR进行文字识别的源码,程序编译后生成一个DLL文件,你可以根据实际情况进行修改!-A call OFFICO 2003 OCR character recognition for the source, the program generates a compiled DLL file, you can modify according to the actual situation!
Platform: | Size: 45056 | Author: comput | Hits:

[.netAsprise-OCR-CSharp-Windows_Server_32bit-4.0

Description: 识别图片上的文字,识别率有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.FromFile(_imgPath) _veryfyCode=craboOCR(_imgPath,-1) _veryfyCode=_veryfyCode.Substring(0,4) this.txtVeryfyCode.Text=_veryfyCode } catch(Exception e) { this.lblResult.Text+=e.Message } } }-The text on the picture identification, identification rate of 80 surcharge c# Calls [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.FromFile (_imgPath) _veryfyCode = craboOCR (_imgPath,-1) _veryfyCode = _veryfyCode.Substring (0,4) this.txtVeryfyCode.Text = _veryfyCode) catch (Exception e) (this.lblResult.Text+ = e.Message)))
Platform: | Size: 6479872 | Author: 似的 | Hits:

[Graph RecognizeAsprise-OCR-VB6-Windows_XP_32bit-4.0

Description: ORC验证码识别,可以对英文进行识别.精度达90%-Verification Code ORC recognition, identification can be conducted in English. Accuracy 90
Platform: | Size: 1794048 | Author: ssss | Hits:

[Graph RecognizeAsprise-OCR-C-Windows_XP_32bit-4.0

Description: 验证码识别dll库,对于未加花、噪,纯数字与字母均可识别-Asprise-OCR-C-Windows
Platform: | Size: 1960960 | Author: sdfsfsdf | Hits:

[DocumentsAsprise-OCR-Java-Windows_XP_32bit-4.0

Description: 使用方法: 1、把:AspriseOCR.dll、DevIL.dll、ILU.dll这三个动态链接库文件放到 windows/system32 下面 2、开发用到aspriseOCR.jar组件 3、开发实例代码:(实例代码)ParseJPEG_withOCR.java 4.CloseWin.exe是销毁本sdk调用dll是弹出的Asprise购买提示,在进行批量识别图片时把CloseWin.exe同时运行就好了,这样就解除了弹出购买窗口这个问题 5.文件夹closeWin内C++工程源码-Use: 1 to: AspriseOCR.dll, DevIL.dll, ILU.dll three dynamic link library file into the windows/system32 2 below, the development used aspriseOCR.jar component 3, the development instance of the code: (example code ) ParseJPEG_withOCR.java 4.CloseWin.exe is the destruction of the sdk dll is called pop-up Asprise buying tips, pictures during the mass identification CloseWin.exe run like a, thus lifting the window pops up to purchase this issue 5. file folder within the C++ works closeWin Source
Platform: | Size: 6054912 | Author: 吕军 | Hits:

[JSP/JavaJAVA-OCR

Description: 使用方法: 1、把:AspriseOCR.dll、DevIL.dll、ILU.dll这三个动态链接库文件放到 windows/system32 下面 2、开发用到aspriseOCR.jar组件 3、开发实例代码:(实例代码)ParseJPEG_withOCR.java
Platform: | Size: 6041600 | Author: jetway | Hits:

[Delphi VCLDELPHI-ocr

Description: ocr 验证码识别软件,不可多得呀,值得一看-ocr recognition software verification code, rare Yeah, worth a visit
Platform: | Size: 90112 | Author: zxb | Hits:

[Graph Recognizeocr-delphi

Description: OCR,数字,字母,条码,可划分区域或者全部区域都性-OCR, numbers, letters, bar codes, zoning or all of the regional
Platform: | Size: 1988608 | Author: 吕泉樟 | Hits:

[OS programvb-ocr

Description: vb ocr 采用金山词霸的dll插件实现屏幕取词功能-vb ocr dll using Kingsoft Screen function plug-in implementation
Platform: | Size: 3072 | Author: aoao | Hits:

[ADO-ODBCvb-ocr

Description: vb ocr 采用金山词霸的dll插件实现屏幕取词功能-vb ocr dll using Kingsoft Screen function plug-in implementation
Platform: | Size: 3072 | Author: uua3a411zhe | Hits:

[Special EffectsOCR

Description: C#调用DLL实现图像文字识别(OCR)(C # call DLL realize image character recognition (OCR))
Platform: | Size: 1024 | Author: K丶 | Hits:

[OtherOCR

Description: 对图片的文字进行识别,免费,成功率不高,C#语言,内附dll(The recognition of pictures is free and the success rate is not high.)
Platform: | Size: 45891584 | Author: znb123 | Hits:
« 12 3 »

CodeBus www.codebus.net