CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - AspriseOCR
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - AspriseOCR - List
[
Other resource
]
Asprise-OCR-CSharp-Windows_Server_32bit-4.0
DL : 0
识别图片上的文字,识别率有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 } } }
Update
: 2008-10-13
Size
: 6.18mb
Publisher
:
似的
[
Other
]
ocr
DL : 1
ocr破解版,AspriseOCR.dll 破解dll,可直接应用该Dll对网站进行简单的验证证码破解
Update
: 2008-10-13
Size
: 599.59kb
Publisher
:
cy
[
Graph Recognize
]
ocr-eval-csharp
DL : 0
图片文字识别!可以将图片是的文字转化出来!-Photo Character Recognition! Images can be transformed from the text!
Update
: 2025-02-17
Size
: 1.63mb
Publisher
:
刘晓飞
[
Graph Recognize
]
ocr
DL : 2
ORC,图片识别码,delphi编写,其他网上下载,非常不错,大家可以看一看
Update
: 2025-02-17
Size
: 855kb
Publisher
:
[
Graph Recognize
]
OCR
DL : 0
OCR源代码,和OFFICE有接口,有学习的价值。-OCR source code, and have OFFICE interface, have learning value.
Update
: 2025-02-17
Size
: 2.77mb
Publisher
:
gaozhiyuan
[
.net
]
Asprise-OCR-CSharp-Windows_Server_32bit-4.0
DL : 0
识别图片上的文字,识别率有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)))
Update
: 2025-02-17
Size
: 6.18mb
Publisher
:
似的
[
Graph Recognize
]
Asprise-OCR-VB6-Windows_XP_32bit-4.0
DL : 1
ORC验证码识别,可以对英文进行识别.精度达90%-Verification Code ORC recognition, identification can be conducted in English. Accuracy 90
Update
: 2025-02-17
Size
: 1.71mb
Publisher
:
ssss
[
Graph Recognize
]
Asprise-OCR-C-Windows_XP_32bit-4.0
DL : 0
验证码识别dll库,对于未加花、噪,纯数字与字母均可识别-Asprise-OCR-C-Windows
Update
: 2025-02-17
Size
: 1.87mb
Publisher
:
sdfsfsdf
[
Windows Develop
]
AspriseOCR
DL : 0
OCR关于印刷体识别的源代码,同时它为java编程提供了接口-OCR Recognition print about the source code, at the same time it provides a programming interface java
Update
: 2025-02-17
Size
: 917kb
Publisher
:
deng
[
Graph Recognize
]
AspriseOCRv4
DL : 0
英文OCR识别控件,可对验证码进行识别。带有演示源码。 int startX = 0 int startY = 0 int width = -1 int height = -1 try { startX = Convert.ToInt32(textStartX.Text) startY = Convert.ToInt32(textStartY.Text) width = Convert.ToInt32(textWidth.Text) height = Convert.ToInt32(textHeight.Text) } catch (Exception ex) { Console.WriteLine(ex.StackTrace) } String result = Marshal.PtrToStringAnsi(OCRpart(textImage.Text, -1, startX, startY, width, height)) textResults.Text = result -English OCR recognition controls, can be identified on the Verification Code. Demonstration with source code. int startX = 0 int startY = 0 int width =-1 int height =-1 try (startX = Convert.ToInt32 (textStartX.Text) startY = Convert.ToInt32 (textStartY.Text) width = Convert. ToInt32 (textWidth.Text) height = Convert.ToInt32 (textHeight.Text) ) catch (Exception ex) (Console.WriteLine (ex.StackTrace) ) String result = Marshal.PtrToStringAnsi (OCRpart (textImage.Text,-1 , startX, startY, width, height)) textResults.Text = result
Update
: 2025-02-17
Size
: 5.13mb
Publisher
:
King
[
Documents
]
Asprise-OCR-Java-Windows_XP_32bit-4.0
DL : 0
使用方法: 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
Update
: 2025-02-17
Size
: 5.77mb
Publisher
:
吕军
[
JSP/Java
]
JAVA-OCR
DL : 0
使用方法: 1、把:AspriseOCR.dll、DevIL.dll、ILU.dll这三个动态链接库文件放到 windows/system32 下面 2、开发用到aspriseOCR.jar组件 3、开发实例代码:(实例代码)ParseJPEG_withOCR.java
Update
: 2025-02-17
Size
: 5.76mb
Publisher
:
jetway
[
WEB Code
]
AspriseOCR
DL : 1
验证码识别,AspriseOCR验证码识别D-AspriseOCR验证码识别DLL
Update
: 2025-02-17
Size
: 313kb
Publisher
:
sunwenchao
[
Delphi VCL
]
DELPHI-ocr
DL : 0
ocr 验证码识别软件,不可多得呀,值得一看-ocr recognition software verification code, rare Yeah, worth a visit
Update
: 2025-02-17
Size
: 88kb
Publisher
:
zxb
[
JSP/Java
]
AspriseOCR
DL : 0
AspriseOCR(破解版本Asprise-OCR-Java-Windows_XP_32bit-4.0)-AspriseOCR (cracked version Asprise-OCR-Java-Windows_XP_32bit-4.0)
Update
: 2025-02-17
Size
: 440kb
Publisher
:
hjy1227
[
GUI Develop
]
AspriseOcr
DL : 0
ocr识别, 文字识别, 可以直接运行, 对数字识别比较精确, 速度不是太快-ocr, aspriseOcr
Update
: 2025-02-17
Size
: 25.56mb
Publisher
:
淡定是真
[
Delphi VCL
]
aspriseOCR
DL : 0
delphi验证码识别aspriseOCR(Asprise Delphi Pascal OCR (optical character recognition) and barcode recognition SDK offers a high performance API library for you to equip your Delphi Pascal applications (Console, VCL applications, DataSnap server applications, web service applications, etc.) with functionality of extracting text and barcode information from scanned documents.)
Update
: 2025-02-17
Size
: 892kb
Publisher
:
hapost
[
Compress-Decompress algrithms
]
AspriseOCR
DL : 0
AspriseOCR的一个压缩包,自己好像没用,不知大家有用吗(AspriseOCR a compressed package, it seems useless, I do not know useful to you)
Update
: 2025-02-17
Size
: 978kb
Publisher
:
小陈19880825
[
Other
]
Asprise Ocr去除限制破解版
DL : 1
AspriseOcr去除弹框限制,很好的解决了弹框的问题(AspriseOcr removal of projectile frame restriction)
Update
: 2025-02-17
Size
: 48.38mb
Publisher
:
liuqiao
[
Crack Hack
]
aocr_x64
DL : 0
aspriseocr 15.3 2018最新破解,1.去弹窗 2.去100单词限制 3.去过试用期限制(Aspriseocr 15.32018 the latest break, 1. to the pop-up window 2. to 100 word limit 3. to the probationary limit)
Update
: 2025-02-17
Size
: 24.34mb
Publisher
:
淡水可乐
«
1
2
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.