开启辅助访问 切换到宽版

精易论坛

 找回密码
 注册

QQ登录

只需一步,快速开始

用微信号发送消息登录论坛

新人指南 邀请好友注册 - 我关注人的新帖 教你赚取精币 - 每日签到


求职/招聘- 论坛接单- 开发者大厅

论坛版规 总版规 - 建议/投诉 - 应聘版主 - 精华帖总集 积分说明 - 禁言标准 - 有奖举报

查看: 258|回复: 9
收起左侧

[已解决] 求一个 易语言调用 百du文字识别图片表格的例子

 关闭 [复制链接]
结帖率:100% (11/11)
发表于 2024-11-27 15:17:19 | 显示全部楼层 |阅读模式   山西省晋中市
11精币
求一个 易语言调用 百du文字识别图片表格的例子  要求修改ID之类的 就可以使用的   不需要破J接口

2345截图20241127151451.png

最佳答案

查看完整内容

这个你另起一贴问把,你只是让写百du例子。

回答提醒:如果本帖被关闭无法回复,您有更好的答案帮助楼主解决,请发表至 源码区 可获得加分喔。
友情提醒:本版被采纳的主题可在 申请荣誉值 页面申请荣誉值,获得 1点 荣誉值,荣誉值可兑换荣誉会员、终身vip用户组。
快捷通道:申请荣誉值无答案申请取消悬赏投诉有答案未采纳为最佳
结帖率:82% (60/73)

签到天数: 10 天

发表于 2024-11-27 15:17:20 | 显示全部楼层   辽宁省大连市
sgsg 发表于 2024-11-28 17:34
如何 json.解析 成表格形式呢

这个你另起一贴问把,你只是让写百du例子。

评分

参与人数 1荣誉 +1 收起 理由
笨潴 + 1 热心帮助他人,荣誉+1,希望继续努力(*^__^*) 嘻嘻!

查看全部评分

回复

使用道具 举报

结帖率:82% (60/73)

签到天数: 10 天

发表于 2024-11-27 15:41:53 | 显示全部楼层   辽宁省大连市
  
子程序名返回值类型公开备 注
__启动窗口_创建完毕  
子程序1 ()
子程序名返回值类型公开备 注
子程序1  
变量名类 型静态数组备 注
url文本型 
access_token文本型 
head文本型 
body文本型 
body1文本型 
body2文本型 
ret文本型 
access_token = gettoken (“”, “”)
url = https://aip.baidubce.com/rest/2.0/ocr/v1/table?access_token= + access_token
head = “Content-Type:application/x-www-form-urlencoded”
body = “image=”编码_URL编码 (编码_BASE64编码 ({ 0 }), 真, )  ' 和 url/pdf_file/ofd_file 四选一
body = body + “&return_excel=true”  ' 是否输出excel文件,默认不输出,即:false。可选值包括:
body = body + “cell_contents=false”  ' 是否输出单元格文字位置信息,可选值包括:
ret = 到文本 (编码_编码转换对象 (网页_访问_对象 (url, 1, body, , , head, , , , , , , , , , , , , ), , , ))
调试输出 (ret)
子程序名返回值类型公开备 注
gettoken文本型 
参数名类 型参考可空数组备 注
APIKey文本型
SecretKey文本型
变量名类 型静态数组备 注
url文本型 
body文本型 
ret文本型 
json类_json 
access_token文本型 
url = https://aip.baidubce.com/oauth/2.0/token?“grant_type=client_credentials&client_id=” + APIKey + “&client_secret=” + SecretKey
ret = 到文本 (编码_编码转换对象 (网页_访问_对象 (url, 1, , , , , , , , , , , , , , , , , ), , , ))
调试输出 (ret)
json.解析 (ret, , )
access_token = json.取通用属性 (“access_token”, )
返回 (access_token)


i支持库列表   支持库注释   
spec特殊功能支持库

回复

使用道具 举报

结帖率:86% (6/7)

签到天数: 11 天

发表于 2024-11-27 17:14:54 | 显示全部楼层   山东省济南市
回复

使用道具 举报

结帖率:100% (11/11)

签到天数: 11 天

 楼主| 发表于 2024-11-27 17:40:19 | 显示全部楼层   山西省晋中市
GL8 发表于 2024-11-27 15:41
[e=1].版本 2
.支持库 spec

可以做成一个例子吗,识别上面的图片,谢谢
回复

使用道具 举报

结帖率:82% (60/73)

签到天数: 10 天

发表于 2024-11-28 11:37:56 | 显示全部楼层   辽宁省大连市
sgsg 发表于 2024-11-27 17:40
可以做成一个例子吗,识别上面的图片,谢谢

这不是写好了吗,base64那个地方传图片,剩下两个参数传key。
回复

使用道具 举报

结帖率:100% (11/11)

签到天数: 11 天

 楼主| 发表于 2024-11-28 11:50:46 | 显示全部楼层   山西省晋中市
GL8 发表于 2024-11-27 15:41
[e=1].版本 2
.支持库 spec

识别结果,如何显示出来呢
回复

使用道具 举报

结帖率:82% (60/73)

签到天数: 10 天

发表于 2024-11-28 12:02:36 | 显示全部楼层   辽宁省大连市
sgsg 发表于 2024-11-28 11:50
识别结果,如何显示出来呢

调试输出 (ret)
回复

使用道具 举报

结帖率:100% (11/11)

签到天数: 11 天

 楼主| 发表于 2024-11-28 14:48:05 | 显示全部楼层   山西省晋中市

调试输出以下内容,可以在编辑框或者超级编辑框或者超文本框中显示成表格形式吗?或者导出到excel,谢谢

“{"tables_result":[{"header":[],"body":[{"col_end":1,"row_end":1,"cell_location":[{"x":24,"y":4},{"x":93,"y":4},{"x":93,"y":42},{"x":24,"y":42}],"row_start":0,"col_start":0,"words":"省份"},{"col_end":2,"row_end":1,"cell_location":[{"x":93,"y":4},{"x":320,"y":4},{"x":320,"y":42},{"x":93,"y":42}],"row_start":0,"col_start":1,"words":"专业"},{"col_end":3,"row_end":1,"cell_location":[{"x":320,"y":4},{"x":492,"y":4},{"x":492,"y":42},{"x":320,"y":42}],"row_start":0,"col_start":2,"words":"批次"},{"col_end":4,"row_end":1,"cell_location":[{"x":492,"y":4},{"x":585,"y":4},{"x":585,"y":42},{"x":492,"y":42}],"row_start":0,"col_start":3,"words":"科类"},{"col_end":5,"row_end":1,"cell_location":[{"x":585,"y":4},{"x":669,"y":4},{"x":669,"y":42},{"x":585,"y":42}],"row_start":0,"col_start":4,"words":"最高分"},{"col_end":6,"row_end":1,"cell_location":[{"x":669,"y":4},{"x":753,"y":4},{"x":753,"y":42},{"x":669,"y":42}],"row_start":0,"col_start":5,"words":"最低分"},{"col_end":7,"row_end":1,"cell_location":[{"x":753,"y":4},{"x":837,"y":4},{"x":837,"y":42},{"x":753,"y":42}],"row_start":0,"col_start":6,"words":"平均分"},{"col_end":1,"row_end":2,"cell_location":[{"x":24,"y":42},{"x":93,"y":42},{"x":93,"y":72},{"x":24,"y":72}],"row_start":1,"col_start":0,"words":"天津"},{"col_end":2,"row_end":2,"cell_location":[{"x":93,"y":42},{"x":320,"y":42},{"x":320,"y":72},{"x":93,"y":72}],"row_start":1,"col_start":1,"words":"汉语言文学"},{"col_end":3,"row_end":2,"cell_location":[{"x":320,"y":42},{"x":492,"y":42},{"x":492,"y":72},{"x":320,"y":72}],"row_start":1,"col_start":2,"words":"普通类本科批A阶段"},{"col_end":4,"row_end":2,"cell_location":[{"x":492,"y":42},{"x":585,"y":42},{"x":585,"y":72},{"x":492,"y":72}],"row_start":1,"col_start":3,"words":"综合改革"},{"col_end":5,"row_end":2,"cell_location":[{"x":585,"y":42},{"x":669,"y":42},{"x":669,"y":72},{"x":585,"y":72}],"row_start":1,"col_start":4,"words":"561.1"},{"col_end":6,"row_end":2,"cell_location":[{"x":669,"y":42},{"x":753,"y":42},{"x":753,"y":72},{"x":669,"y":72}],"row_start":1,"col_start":5,"words":"555.1"},{"col_end":7,"row_end":2,"cell_location":[{"x":753,"y":42},{"x":837,"y":42},{"x":837,"y":72},{"x":753,"y":72}],"row_start":1,"col_start":6,"words":"558.9"},{"col_end":1,"row_end":4,"cell_location":[{"x":24,"y":72},{"x":92,"y":72},{"x":92,"y":132},{"x":24,"y":132}],"row_start":2,"col_start":0,"words":"江苏"},{"col_end":2,"row_end":3,"cell_location":[{"x":93,"y":72},{"x":320,"y":72},{"x":320,"y":103},{"x":93,"y":103}],"row_start":2,"col_start":1,"words":"劳动与社会保障"},{"col_end":3,"row_end":3,"cell_location":[{"x":320,"y":72},{"x":492,"y":72},{"x":492,"y":103},{"x":320,"y":103}],"row_start":2,"col_start":2,"words":"普通类本科院校"},{"col_end":4,"row_end":3,"cell_location":[{"x":492,"y":72},{"x":585,"y":72},{"x":585,"y":103},{"x":492,"y":103}],"row_start":2,"col_start":3,"words":"历史类"},{"col_end":5,"row_end":3,"cell_location":[{"x":585,"y":72},{"x":669,"y":72},{"x":669,"y":103},{"x":585,"y":103}],"row_start":2,"col_start":4,"words":"516"},{"col_end":6,"row_end":3,"cell_location":[{"x":669,"y":72},{"x":753,"y":72},{"x":753,"y":103},{"x":669,"y":103}],"row_start":2,"col_start":5,"words":"512"},{"col_end":7,"row_end":3,"cell_location":[{"x":753,"y":72},{"x":837,"y":72},{"x":837,"y":103},{"x":753,"y":103}],"row_start":2,"col_start":6,"words":"514"},{"col_end":2,"row_end":4,"cell_location":[{"x":93,"y":103},{"x":320,"y":103},{"x":320,"y":133},{"x":93,"y":133}],"row_start":3,"col_start":1,"words":"金融学"},{"col_end":3,"row_end":4,"cell_location":[{"x":320,"y":103},{"x":492,"y":103},{"x":492,"y":133},{"x":320,"y":133}],"row_start":3,"col_start":2,"words":"普通类本科院校"},{"col_end":4,"row_end":4,"cell_location":[{"x":492,"y":103},{"x":585,"y":103},{"x":585,"y":133},{"x":492,"y":133}],"row_start":3,"col_start":3,"words":"物理类"},{"col_end":5,"row_end":4,"cell_location":[{"x":585,"y":103},{"x":669,"y":103},{"x":669,"y":133},{"x":585,"y":133}],"row_start":3,"col_start":4,"words":"532"},{"col_end":6,"row_end":4,"cell_location":[{"x":669,"y":103},{"x":753,"y":103},{"x":753,"y":133},{"x":669,"y":133}],"row_start":3,"col_start":5,"words":"523"},{"col_end":7,"row_end":4,"cell_location":[{"x":753,"y":103},{"x":837,"y":103},{"x":837,"y":133},{"x":753,"y":133}],"row_start":3,"col_start":6,"words":"527"},{"col_end":1,"row_end":7,"cell_location":[{"x":24,"y":132},{"x":92,"y":132},{"x":92,"y":222},{"x":24,"y":222}],"row_start":4,"col_start":0,"words":"浙江"},{"col_end":2,"row_end":5,"cell_location":[{"x":93,"y":133},{"x":320,"y":133},{"x":320,"y":163},{"x":93,"y":163}],"row_start":4,"col_start":1,"words":"投资学"},{"col_end":3,"row_end":5,"cell_location":[{"x":320,"y":133},{"x":492,"y":133},{"x":492,"y":163},{"x":320,"y":163}],"row_start":4,"col_start":2,"words":"普通类"},{"col_end":4,"row_end":5,"cell_location":[{"x":492,"y":133},{"x":585,"y":133},{"x":585,"y":163},{"x":492,"y":163}],"row_start":4,"col_start":3,"words":"综合改革"},{"col_end":5,"row_end":5,"cell_location":[{"x":585,"y":133},{"x":669,"y":133},{"x":669,"y":163},{"x":585,"y":163}],"row_start":4,"col_start":4,"words":"563"},{"col_end":6,"row_end":5,"cell_location":[{"x":669,"y":133},{"x":753,"y":133},{"x":753,"y":163},{"x":669,"y":163}],"row_start":4,"col_start":5,"words":"562"},{"col_end":7,"row_end":5,"cell_location":[{"x":753,"y":133},{"x":837,"y":133},{"x":837,"y":163},{"x":753,"y":163}],"row_start":4,"col_start":6,"words":"562.7"},{"col_end":2,"row_end":6,"cell_location":[{"x":93,"y":163},{"x":320,"y":163},{"x":320,"y":193},{"x":93,"y":193}],"row_start":5,"col_start":1,"words":"财政学"},{"col_end":3,"row_end":6,"cell_location":[{"x":320,"y":163},{"x":492,"y":163},{"x":492,"y":193},{"x":320,"y":193}],"row_start":5,"col_start":2,"words":"普通类"},{"col_end":4,"row_end":6,"cell_location":[{"x":492,"y":163},{"x":585,"y":163},{"x":585,"y":193},{"x":492,"y":193}],"row_start":5,"col_start":3,"words":"综合改革"},{"col_end":5,"row_end":6,"cell_location":[{"x":585,"y":163},{"x":669,"y":163},{"x":669,"y":193},{"x":585,"y":193}],"row_start":5,"col_start":4,"words":"588"},{"col_end":6,"row_end":6,"cell_location":[{"x":669,"y":163},{"x":753,"y":163},{"x":753,"y":193},{"x":669,"y":193}],"row_start":5,"col_start":5,"words":"581"},{"col_end":7,"row_end":6,"cell_location":[{"x":753,"y":163},{"x":837,"y":163},{"x":837,"y":193},{"x":753,"y":193}],"row_start":5,"col_start":6,"words":"584.5"},{"col_end":2,"row_end":7,"cell_location":[{"x":93,"y":193},{"x":320,"y":193},{"x":320,"y":223},{"x":93,"y":223}],"row_start":6,"col_start":1,"words":"工商管理"},{"col_end":3,"row_end":7,"cell_location":[{"x":320,"y":193},{"x":492,"y":193},{"x":492,"y":223},{"x":320,"y":223}],"row_start":6,"col_start":2,"words":"普通类"},{"col_end":4,"row_end":7,"cell_location":[{"x":492,"y":193},{"x":585,"y":193},{"x":585,"y":223},{"x":492,"y":223}],"row_start":6,"col_start":3,"words":"综合改革"},{"col_end":5,"row_end":7,"cell_location":[{"x":585,"y":193},{"x":669,"y":193},{"x":669,"y":223},{"x":585,"y":223}],"row_start":6,"col_start":4,"words":"568"},{"col_end":6,"row_end":7,"cell_location":[{"x":669,"y":193},{"x":753,"y":193},{"x":753,"y":223},{"x":669,"y":223}],"row_start":6,"col_start":5,"words":"566"},{"col_end":7,"row_end":7,"cell_location":[{"x":753,"y":193},{"x":837,"y":193},{"x":837,"y":223},{"x":753,"y":223}],"row_start":6,"col_start":6,"words":"566.7"},{"col_end":1,"row_end":11,"cell_location":[{"x":24,"y":222},{"x":92,"y":222},{"x":92,"y":344},{"x":25,"y":344}],"row_start":7,"col_start":0,"words":"湖南"},{"col_end":2,"row_end":8,"cell_location":[{"x":93,"y":223},{"x":320,"y":223},{"x":320,"y":253},{"x":93,"y":253}],"row_start":7,"col_start":1,"words":"财务管理"},{"col_end":3,"row_end":8,"cell_location":[{"x":320,"y":223},{"x":492,"y":223},{"x":492,"y":253},{"x":320,"y":253}],"row_start":7,"col_start":2,"words":"本科批(普通)"},{"col_end":4,"row_end":8,"cell_location":[{"x":492,"y":223},{"x":585,"y":223},{"x":585,"y":253},{"x":492,"y":253}],"row_start":7,"col_start":3,"words":"历史类"},{"col_end":5,"row_end":8,"cell_location":[{"x":585,"y":223},{"x":669,"y":223},{"x":669,"y":253},{"x":585,"y":253}],"row_start":7,"col_start":4,"words":"504"},{"col_end":6,"row_end":8,"cell_location":[{"x":669,"y":223},{"x":753,"y":223},{"x":753,"y":253},{"x":669,"y":253}],"row_start":7,"col_start":5,"words":"482"},{"col_end":7,"row_end":8,"cell_location":[{"x":753,"y":223},{"x":837,"y":223},{"x":837,"y":253},{"x":753,"y":253}],"row_start":7,"col_start":6,"words":"489.4"},{"col_end":2,"row_end":9,"cell_location":[{"x":93,"y":253},{"x":320,"y":253},{"x":320,"y":283},{"x":93,"y":283}],"row_start":8,"col_start":1,"words":"劳动与社会保障"},{"col_end":3,"row_end":9,"cell_location":[{"x":320,"y":253},{"x":492,"y":253},{"x":492,"y":283},{"x":320,"y":283}],"row_start":8,"col_start":2,"words":"本科批(普通)"},{"col_end":4,"row_end":9,"cell_location":[{"x":492,"y":253},{"x":585,"y":253},{"x":585,"y":283},{"x":492,"y":283}],"row_start":8,"col_start":3,"words":"历史类"},{"col_end":5,"row_end":9,"cell_location":[{"x":585,"y":253},{"x":669,"y":253},{"x":669,"y":283},{"x":585,"y":283}],"row_start":8,"col_start":4,"words":"484"},{"col_end":6,"row_end":9,"cell_location":[{"x":669,"y":253},{"x":753,"y":253},{"x":753,"y":283},{"x":669,"y":283}],"row_start":8,"col_start":5,"words":"475"},{"col_end":7,"row_end":9,"cell_location":[{"x":753,"y":253},{"x":837,"y":253},{"x":837,"y":283},{"x":753,"y":283}],"row_start":8,"col_start":6,"words":"478.5"},{"col_end":2,"row_end":10,"cell_location":[{"x":93,"y":283},{"x":320,"y":283},{"x":320,"y":313},{"x":93,"y":313}],"row_start":9,"col_start":1,"words":"金融工程"},{"col_end":3,"row_end":10,"cell_location":[{"x":320,"y":283},{"x":492,"y":283},{"x":492,"y":314},{"x":320,"y":313}],"row_start":9,"col_start":2,"words":"本科批(普通)"},{"col_end":4,"row_end":10,"cell_location":[{"x":492,"y":283},{"x":585,"y":283},{"x":585,"y":313},{"x":492,"y":314}],"row_start":9,"col_start":3,"words":"物理类"},{"col_end":5,"row_end":10,"cell_location":[{"x":585,"y":283},{"x":669,"y":283},{"x":669,"y":314},{"x":585,"y":313}],"row_start":9,"col_start":4,"words":"490"},{"col_end":6,"row_end":10,"cell_location":[{"x":669,"y":283},{"x":753,"y":283},{"x":753,"y":313},{"x":669,"y":314}],"row_start":9,"col_start":5,"words":"474"},{"col_end":7,"row_end":10,"cell_location":[{"x":753,"y":283},{"x":837,"y":283},{"x":837,"y":314},{"x":753,"y":313}],"row_start":9,"col_start":6,"words":"480.3"},{"col_end":2,"row_end":11,"cell_location":[{"x":93,"y":313},{"x":320,"y":313},{"x":320,"y":344},{"x":93,"y":344}],"row_start":10,"col_start":1,"words":"资产评估"},{"col_end":3,"row_end":11,"cell_location":[{"x":320,"y":313},{"x":492,"y":314},{"x":492,"y":344},{"x":320,"y":344}],"row_start":10,"col_start":2,"words":"本科批(普通)"},{"col_end":4,"row_end":11,"cell_location":[{"x":492,"y":314},{"x":585,"y":313},{"x":585,"y":344},{"x":492,"y":344}],"row_start":10,"col_start":3,"words":"物理类"},{"col_end":5,"row_end":11,"cell_location":[{"x":585,"y":313},{"x":669,"y":314},{"x":669,"y":344},{"x":585,"y":344}],"row_start":10,"col_start":4,"words":"473"},{"col_end":6,"row_end":11,"cell_location":[{"x":669,"y":314},{"x":753,"y":313},{"x":753,"y":344},{"x":669,"y":344}],"row_start":10,"col_start":5,"words":"469"},{"col_end":7,"row_end":11,"cell_location":[{"x":753,"y":313},{"x":837,"y":314},{"x":837,"y":344},{"x":753,"y":344}],"row_start":10,"col_start":6,"words":"470.8"}],"table_location":[{"x":24,"y":4},{"x":837,"y":4},{"x":837,"y":344},{"x":24,"y":344}],"footer":[]}],"table_num":1,"log_id":1862023922467557725}”
回复

使用道具 举报

结帖率:100% (11/11)

签到天数: 11 天

 楼主| 发表于 2024-11-28 17:34:07 | 显示全部楼层   山西省晋中市

如何 json.解析 成表格形式呢
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则 致发广告者

发布主题 收藏帖子 返回列表

sitemap| 易语言源码| 易语言教程| 易语言论坛| 易语言模块| 手机版| 广告投放| 精易论坛
拒绝任何人以任何形式在本论坛发表与中华人民共和国法律相抵触的言论,本站内容均为会员发表,并不代表精易立场!
论坛帖子内容仅用于技术交流学习和研究的目的,严禁用于非法目的,否则造成一切后果自负!如帖子内容侵害到你的权益,请联系我们!
防范网络诈骗,远离网络犯罪 违法和不良信息举报电话0663-3422125,QQ: 793400750,邮箱:wp@125.la
网站简介:精易论坛成立于2009年,是一个程序设计学习交流技术论坛,隶属于揭阳市揭东区精易科技有限公司所有。
Powered by Discuz! X3.4 揭阳市揭东区精易科技有限公司 ( 粤ICP备12094385号-1) 粤公网安备 44522102000125 增值电信业务经营许可证 粤B2-20192173

快速回复 返回顶部 返回列表