• 按键公众号 :
按键精灵电脑版
立即下载

软件版本:2014.06
软件大小:22.9M
更新时间:2021-12-03

按键精灵安卓版
立即下载

软件版本:3.7.2
软件大小:46.2M
更新时间:2023-05-10

按键精灵iOS版
立即下载

软件版本:1.8.0
软件大小:29.2M
更新时间:2023-03-21

按键手机助手
立即下载

软件版本:3.8.0
软件大小:262M
更新时间:2023-05-30

快捷导航

登录 后使用快捷导航
没有帐号? 注册

返回列表 12345678» / 10
发新话题 回复该主题

[老狼] [老狼][源码分享]----PC对接飞浆识别(支持远程服务器)----被峨眉... [复制链接]

1#
飞浆识别端下载地址:
[老狼][资源分享]----PC本地文字识别收录贴(支持模拟器)----被峨眉山猴子暴打的第七天(27)
识别效果一览:


源码下载:[涉及知识点Post、文件转B64、Unicode编码转文字、正则]
TracePrint PC识别(1, 1, 200, 200)
TracePrint PC识别(1, 200, 400, 400)
Function PC识别(x1, y1, x2, y2)
Dim 路径,PC识别
路径 = "C:\Ocr.bmp"
Call Plugin.Pic.PrintScreen(x1, y1, x2, y2, 路径)
Delay 200
PC识别 =__HttpPost("http://120.79.180.223:19811/ocr_data_2", __转Base64(路径))
End Function
Function __转Base64(图像地址)
Dim dr
Set dr = CreateObject("ADODB.Stream")
With dr
.Mode = 3
.Type = 1
.open
.LoadFromFile 图像地址
File_Stream = .Read
.Close
End With
Set dr = Nothing
Dim xml_dom, Node
Set xml_dom = CreateObject("Microsoft.XMLDOM")
xml_dom.loadXML ("")
Set Node = xml_dom.createElement("HTML")
With Node
.dataType = "bin.base64"
.nodeTypedValue = File_Stream
__转Base64 = .Text
End With
Set Node = Nothing
Set xml_dom = Nothing
End Function
Function __HttpPost(posturl,params)
Dim oauth_http
Set oauth_http = CreateObject("Msxml2.ServerXMLHTTP")
oauth_http.SetOption 2, 13056
oauth_http.Open "OST", posturl, False, "", ""
oauth_http.SetRequestHeader "Content-Type", "application/x-www-form-urlencoded"
oauth_http.Send (params)
If oauth_http.Status = "200" Then
__HttpPost = __Unicode编码转文字(oauth_http.responseText)
Else
__HttpPost = ""
End If
Set oauth_http=nothing
End Function
Function __Unicode编码转文字(编码内容)
编码内容 = LCase(编码内容)
Unicode编码转文字 = ""
Dim regEx, Matches
Set regEx = New RegExp
regEx.Pattern ="\\u"
regEx.[Global] = True
regEx.IgnoreCase = False
编码内容 = regEx.Replace(编码内容, "&H")//将/u替换为&H
regEx.Pattern ="&H.+?\b"
Set Matches = regEx.Execute(编码内容) //将每个字的编码搜索出来
For Each Match In Matches
编码内容=Replace(编码内容, Match,Eval("ChrW(" & Match & ")"))
Next
__Unicode编码转文字= 编码内容
End Function

本主题由 超级版主 瑞祥幽冥狼 于 2023/10/5 17:56:46 执行 审核帖子 操作
收 徒 索 引 ← ← ← ← ← ← ← ← ← ← 点 击

个 人 Q Q 1 : 1 2 2 3 1 1 6 6 1 8[将满]
个 人 Q Q 2 : 6 1 7 0 9 5 5 4 3[可加]
2#

谢谢老师

3#


4#

参考一下

嘻嘻,以后会成为顶级程序员的哦~~~
5#

学习一下~

6#

大神6666666

7#

顶一个,对接飞浆识别

8#

感谢分享

9#

感谢分享

10#

学习一下

11#

66666666666666666666666

12#

dsf dfs dfg

13#

57575678

14#

学习大神

15#

dkedkytkt5ejk

16#

学习一下,谢谢分享

17#

KKKKK

18#

1111111111111

19#

学习学习

20#

看看看看

发新话题 回复该主题