Hi,
I have problem with jpg files from a sony camera (ILCE-7M3). The API returns UnsupportedImageFormat. I have also tried v3.2 read with the same result.
HTTP request
POST https://happyride-ocr.cognitiveservices.azure.com/vision/v2.0/read/core/asyncBatchAnalyze HTTP/1.1
Host: happyride-ocr.cognitiveservices.azure.com
Content-Type: application/json
Ocp-Apim-Subscription-Key: ••••••••••••••••••••
{"url":"https://happyride.se/galleri/DSC09349.jpeg"}
Response content
x-envoy-upstream-service-time: 870
CSP-Billing-Usage: CognitiveServices.ComputerVision.Transaction=1
apim-request-id: 9a760e9f-494a-4e60-b689-e2f239bdbe2d
Strict-Transport-Security: max-age=31536000; includeSubDomains; preload
x-content-type-options: nosniff
Date: Mon, 23 Aug 2021 08:27:18 GMT
Content-Length: 137
Content-Type: application/json; charset=utf-8
{
"error": {
"code": "UnsupportedImageFormat",
"message": "Image format unsupported. Supported formats include JPEG, PNG, BMP, PDF and TIFF."
}
}
