问题一:文字识别OCR问题怎么解决?
文字识别OCR问题怎么解决?
参考答案:
"需要到ram控制台:https://ram.console.aliyun.com/permissions 上给子账号添加一下 AliyunOCRFullAccess 权限。
关于本问题的更多回答可点击进行查看:
https://developer.aliyun.com/ask/598169
问题二:文字识别OCR 返回这个是什么原因?
文字识别OCR 返回RetryError("('Connection aborted.', timeout('The write operation timed out'))")是什么原因?
参考答案:
您好,根据错误描述Connection aborted.', timeout来看,这种情况可能是您在调用文字识别API接口时输入的图片链接Url无法访问或者图片链接Url下载图片失败,建议您将图片链接Url贴在浏览器看是否可以正常访问或者更换图片链接重新尝试API接口调用。
关于本问题的更多回答可点击进行查看:
https://developer.aliyun.com/ask/596399
问题三:文字识别OCR 发票核验接口返回这个信息,含义是什么?
文字识别OCR 发票核验接口返回 {"code":"006","data":{},"msg":"发票信息不一致"} 含义是什么?
requestId:3E22167F-A5F3-5B79-83F4-0B98BA5C18B3
参考答案:
InvoiceSum填不含税金额(554.72)。就可以查到了哈
关于本问题的更多回答可点击进行查看:
https://developer.aliyun.com/ask/596398
问题四:文字识别OCR 给出来的所有识别出来的文字的坐标都是错的,要怎么解决?
文字识别OCR 给出来的所有识别出来的文字的坐标都是错的,要怎么解决?
“营业执照”这四个字的坐标如下:
参考答案:
校正后的图片可以通过sliceRect 的坐标获取。
关于本问题的更多回答可点击进行查看:
https://developer.aliyun.com/ask/596370
问题五:文字识别OCR中,unmatchedImageType这个错误是指?
文字识别OCR中,unmatchedImageType这个错误是指?
参考答案:
400-imageUrlOrBodyEmpty-The image URL or body is empty请求参数中的图片为空,图片url或body为空;
400-SignatureDoesNotMatch-Specified signature is not matched with our calculation.请求签名错误,指定的签名与我们的计算不匹配;
400-ExceededImageSize-The image lengthwidth must be less than 10241024.-图像尺寸的长度宽度必须小于等于10241024;
400-MissingLanguages-You must specify Language.缺少 language 参数;
400-IllegalImageUrl-The image URL is unavailable or has timed out.图片 URL 资源不可用 或 超时;
400-exceededImageUrlLength-The image URL length exceeds 2048 characters.图片 URL 长度超过2048;
400-notSafeImageUrl-The image URL is not safe.图片 URL 不安全;
400-unsupportedEncodeImageUrl-The image URL encoding cannot be parsed.图片 URL 编码无法解析;
400-illegalImageContent-The corresponding image content is missing.缺少对应的图像内容,导致切图失败;
400-illegalImageType-The specified imageType is invalid.不支持的 imageType 参数;
400-MissingImageUrl-You must specify image URL.图片 Url 为空;
400-illegalCutType-The specified cutType is invalid.不支持的 cutType 参数;
400-illegalSubject-The specified Subject is invalid.不支持的 subject(科目) 参数;
400-unsupportedLanguage-The language is not supported.不支持的 language 参数;
400-illegalSignature-The signature is incorrect.签名错误;
400-invalidStsToken-The STS token is invalid.STS token 错误;
400-unmatchedImageType-The image type does not match the API operation.图像类型与API接口不匹配;
400-PaperCutEmptyImage-The image is empty. No paper is found in the image.在用于切题的图像中没有找到任何试卷,请检查图像。
400-ExceededFaceBackCount-The number of the front and back sides of the image exceeds the limit.图片正反面数量超过了限制。
400-illegalApiName-The input param api name is invalid.API名称错误。
400-imageTimeOut-Get image data time out.接口服务器请求图片url时,下载图片超时,上限5秒。
400-Throttling.User-Request was denied due to user flow control.超过限流阈值。
400-InvalidSignatureVerssion-Specified parameter SignatureVersion is not valid.签名版本错误。
400-MissingAccessKeyId-AccessKeyId is mandatory for this action.缺少AccessKeyId
400-InvalidVersion-Specified parameter version is not valid.参数版本错误。
400-SignatureNonceUsed-Specified signature nonce was used already.Signature nonce已经被使用。
400-MissingImageType-ImageType is mandatory for this action.缺少图片类型。
400-MissingSignature-Signature is mandatory for this action.缺少签名。
400-deprecatedApi-The api is deprecated.此API已经废弃,请使用新版本的API。
400-convertPDFToImgError-Failed to convert PDF file to image.pdf转图片失败。
400-illegalPDFContent-Corresponding pdf content is missing.PDF内容缺失或不是有效的PDF文件。
关于本问题的更多回答可点击进行查看: