问题一:文字识别ocr中最近发现OCR的识别有点异常,有没有什么方式,能看到报错的图片都是什么?
文字识别ocr中最近发现OCR的识别有点异常,但是调用的时候,提示 code: 400 你们那边能看到是什么样的图片导致的这个识别失败吗?有没有什么方式,能看到报错的图片都是什么?
参考回答:
可以参考下这个:
https://help.aliyun.com/document_detail/442330.html?spm=a2c4g.442329.0.0.545a16a277SsfZ
关于本问题的更多回答可点击原文查看:https://developer.aliyun.com/ask/571483
问题二:文字识别ocr中问下报这个错怎么处理哈?
文字识别ocr中问下报这个错怎么处理哈? {"RequestId":"95BD3B26-CC54-5F58-A9CC-2B18E7AA0747","Message":"Specified signature is not matched with our calculation. server string to sign is:POST&%2F&%252F%3D%26AccessKeyId%3DLTAI5tPCW2ZzExpsYteA7SPW%26AccessKeyId%253DLTAI5tPCW2ZzExpsYteA7SPW%2526Action%253DRecognizeIdcard%2526Format%253DJSON%2526SignatureMethod%253DHMAC-SHA1%2526SignatureNonce%253D6a399b7af42e680e45b9255ed407eccc%2526SignatureVersion%253D1.0%2526Timestamp%253D2023-11-13T03%25253A02%25253A29Z%2526Version%253D2021-07-07%3D%26Action%3DRecognizeIdcard%26Format%3DJSON%26POST%3D%26SignatureMethod%3DHMAC-SHA1%26SignatureNonce%3D6a399b7af42e680e45b9255ed407eccc%26SignatureVersion%3D1.0%26Timestamp%3D2023-11-13T03%253A02%253A29Z%26Version%3D2021-07-07","Recommend":"https://api.aliyun.com/troubleshoot?q=SignatureDoesNotMatch&product=ocr-api&requestId=95BD3B26-CC54-5F58-A9CC-2B18E7AA0747","HostId":"ocr-api.cn-hangzhou.aliyuncs.com","Code":"SignatureDoesNotMatch"} 。SDK里面封装好的,我现在用的是API 调用的方式,签名要自己接和加签
参考回答:
签名不匹配 可以直接用sdk 请求 https://next.api.aliyun.com/api/ocr-api/2021-07-07/RecognizeIdcard?sdkStyle=dara 。可以参考这个签名方式: https://help.aliyun.com/document_detail/469176.html?spm=a2c4g.442243.0.0.627f6797cwX1Hz 。
关于本问题的更多回答可点击原文查看:https://developer.aliyun.com/ask/571472
问题三:文字识别OCR这个401是我的请求哪里有问题吗?
文字识别OCR这个401是我的请求哪里有问题吗?
参考回答:
你好,购买的是 “卡证合集” 的身份证接口哈。请求url应该是这个:
https://cardpack.market.alicloudapi.com/rest/160601/ocr/ocr_idcard.json
这个是调试地址:https://market.aliyun.com/apimarket/detail/cmapi031271?spm=5176.730005.result.13.4ec93524SjpwPb
关于本问题的更多回答可点击原文查看:https://developer.aliyun.com/ask/570452
问题四:问下文字识别OCR里身份认证 API 一直报错是为什么?
问下文字识别OCR里身份认证 API 一直报错 encoding='UTF-8'?>4D71B9B6-0D7F-506D-8121-2247430A744Aocr-api.cn-hangzhou.aliyuncs.comInvalidVersion
Specified parameter Version is not valid.![CDATA[https://api.aliyun.com/troubleshoot?q=InvalidVersion&product=ocr-api&requestId=4D71B9B6-0D7F-506D-8121-2247430A744A]] 这个是什么原因,版本号不对吗?
参考回答:
这个错误信息表明你提供的版本号无效。你可能需要检查一下你使用的API版本是否正确。
你可以查看阿里云官方文档,找到对应API的正确版本号。
关于本问题的更多回答可点击原文查看:https://developer.aliyun.com/ask/569295
问题五:问下文字识别OCR里这个身份证识别怎么一直报这个错?
问下文字识别OCR里这个身份证识别怎么一直报这个错?{\"RequestId\":\"639527AF-E58C-5D9F-B006-C8CBF255DF0A\",\"HostId\":\"ocr-api.cn-hangzhou.aliyuncs.com\",\"Code\":\"imageUrlOrBodyEmpty\",\"Message\":\"The image URL or body is empty.\",\"Recommend\":\"https://api.aliyun.com/troubleshoot?q=imageUrlOrBodyEmpty&product=ocr-api&requestId=639527AF-E58C-5D9F-B006-C8CBF255DF0A\"}"我用的是API调用的方式,这个要怎么设置body呢?
参考回答:
400 imageUrlOrBodyEmpty The image URL or body is empty. 图片URL或BODY为空。Body设置可以看下这个
https://help.aliyun.com/document_detail/469176.html?spm=a2c4g.442267.0.0.9e8d16a2EETUeG
关于本问题的更多回答可点击原文查看:https://developer.aliyun.com/ask/569291