329 questions with Azure Computer Vision tags

Sort by: Updated
0 answers

Azure Computer Vision - detect_objects_in_stream (InvalidRequest) Input data is not a valid image.

I need to run Azure Computer Vision on an image via a URL. The URL can only be accessed via a VPN. I'm connected to the VPN when I run this. im = Image.open(requests.get(path, stream=True).raw) buffer = io.BytesIO() im.save(buffer,…

Azure Computer Vision
Azure Computer Vision
An Azure artificial intelligence service that analyzes content in images and video.
329 questions
Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
2,486 questions
asked 2021-08-27T14:08:30.937+00:00
Vedant Modi 26 Reputation points
commented 2021-08-30T06:51:57.307+00:00
romungi-MSFT 43,246 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

Get Area of Interest of image using Azure Cognitive Service

I need to extract the area of interest for images - https://learn.microsoft.com/en-in/azure/cognitive-services/computer-vision/concept-generating-thumbnails#area-of-interest. I am using python 3.x and wish to upload an image in stream or as a URL. I…

Azure Computer Vision
Azure Computer Vision
An Azure artificial intelligence service that analyzes content in images and video.
329 questions
Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
2,486 questions
asked 2021-08-18T09:33:16.03+00:00
Vedant Modi 26 Reputation points
accepted 2021-08-18T10:53:30.573+00:00
Vedant Modi 26 Reputation points
1 answer

Detailed documentaion on computerVisionClient.read() (In JavaScript)

I am working on a project where I need to take a picture with a camera and then use that image to call the computerVision API for OCR. In the documentation, it mentions that you can use an image URL or an absolute path to a file. Are there other param…

Azure Computer Vision
Azure Computer Vision
An Azure artificial intelligence service that analyzes content in images and video.
329 questions
asked 2021-08-16T14:47:35.467+00:00
ethan hubbartt 1 Reputation point
commented 2021-08-17T02:57:20.793+00:00
ethan hubbartt 1 Reputation point
1 answer

Azure Computer Vision exceeding limit despite S1 pricing tier

I get this error when I try to run a code utilizing Azure Computer Vision. azure.cognitiveservices.vision.computervision.models._models_py3.ComputerVisionErrorResponseException: (429) Requests to the Analyze Image Operation under Computer Vision…

Azure Computer Vision
Azure Computer Vision
An Azure artificial intelligence service that analyzes content in images and video.
329 questions
asked 2021-07-29T13:26:21.317+00:00
Vedant Modi 26 Reputation points
answered 2021-07-30T03:33:25.997+00:00
Ramr-msft 17,621 Reputation points
1 answer

Use and display requirements for for Azure Computer Vision

I am trying to locate any use and display requirements for Azure Computer Vision, OCR in particular. Something like this: https://learn.microsoft.com/en-us/bing/search-apis/bing-web-search/use-display-requirements This seems to apply in general,…

Azure Computer Vision
Azure Computer Vision
An Azure artificial intelligence service that analyzes content in images and video.
329 questions
asked 2021-07-22T16:52:00.587+00:00
Ken 1 Reputation point
answered 2021-07-23T01:17:04.793+00:00
YutongTie-MSFT 47,336 Reputation points
1 answer

Passing PIL cropped image as stream in Azure Computer Vision

I need to pass a cropped image to the Computer Vision client in Azure, either as a stream or a url. I'm using PIL to crop the image based on some bounding box values. img1 stores the cropped image img1 = img.crop((bbox[i][0], bbox[i][1], bbox[i][4],…

Azure Computer Vision
Azure Computer Vision
An Azure artificial intelligence service that analyzes content in images and video.
329 questions
asked 2021-07-20T12:55:44.937+00:00
Vedant Modi 1 Reputation point
commented 2021-07-21T16:02:13.797+00:00
Ramr-msft 17,621 Reputation points
1 answer

key error = "Operation-Location"

Using the code from here: https://github.com/Azure-Samples/cognitive-services-quickstart-code/blob/master/python/ComputerVision/REST/python-hand-text.md I iterate over the code to detect text in multiple local images (around 100 images); however, I get…

Azure Computer Vision
Azure Computer Vision
An Azure artificial intelligence service that analyzes content in images and video.
329 questions
asked 2021-07-16T06:01:56.537+00:00
Prabhala, Manasa 1 Reputation point
commented 2021-07-19T04:46:38.293+00:00
romungi-MSFT 43,246 Reputation points Microsoft Employee
2 answers

Object measurement

Is possibile to combine Azure Computer Vision and reference object (in photo) to determine to size of an object or person size (shoulders, chest, waist, arms) ?

Azure Computer Vision
Azure Computer Vision
An Azure artificial intelligence service that analyzes content in images and video.
329 questions
asked 2021-07-15T16:42:31.467+00:00
Marco Capuano 1 Reputation point
commented 2021-07-16T15:59:47.037+00:00
GiftA-MSFT 11,161 Reputation points
1 answer One of the answers was accepted by the question author.

Computer Vision Privacy Policy

We are looking at using Azure Computer Vision to process documents that include sensitive/personal information. A few years ago, Computer Vision was not suitable for this due to Azure retaining information: …

Azure Computer Vision
Azure Computer Vision
An Azure artificial intelligence service that analyzes content in images and video.
329 questions
asked 2021-07-02T12:07:23.937+00:00
Josh Busch 21 Reputation points
accepted 2021-07-07T19:11:21.113+00:00
Josh Busch 21 Reputation points
1 answer

MS Vision OCR low recognition

Hi we try to read some text from screenshots, but I recognize that the /vision/v3.2/ocr API has some issues recognizing text at all. Is there an option to improve the API? The following was not even in the result set: And…

Azure Computer Vision
Azure Computer Vision
An Azure artificial intelligence service that analyzes content in images and video.
329 questions
asked 2021-07-01T08:36:33.603+00:00
Grossmann, Tobias 11 Reputation points
commented 2021-07-07T10:50:38.44+00:00
romungi-MSFT 43,246 Reputation points Microsoft Employee
1 answer

Compact models on Percept

I have a percept and I found no detail in the documentation but I seem to need a general model from customvision.ai in order to use it on the Percept. There is an error you will get in the Azure Portal if you try to deploy a model that is a General…

Azure Percept
Azure Percept
A comprehensive Azure platform with added security for creating edge artificial intelligence solutions.
72 questions
Azure Computer Vision
Azure Computer Vision
An Azure artificial intelligence service that analyzes content in images and video.
329 questions
Azure AI Custom Vision
Azure AI Custom Vision
An Azure artificial intelligence service and end-to-end platform for applying computer vision to specific domains.
230 questions
asked 2021-05-10T14:28:36.53+00:00
Ben Kotvis 1 Reputation point
answered 2021-07-03T23:12:20.697+00:00
Mike McCoy - MSFT 606 Reputation points
1 answer One of the answers was accepted by the question author.

Image descriptions, captions using azure vision

i saw a blog post https://blogs.microsoft.com/ai/azure-image-captioning/ they talking about the new image descriptions and when i tested they give me the same old descriptions how to use the new version to get the more accurate image…

Azure Computer Vision
Azure Computer Vision
An Azure artificial intelligence service that analyzes content in images and video.
329 questions
asked 2021-06-21T20:09:27.96+00:00
pixexid 26 Reputation points
commented 2021-06-24T12:47:52.663+00:00
pixexid 26 Reputation points
1 answer

Best practices for arabic OCR

I am trying to extract all the information given in an Egyptian national ID which mainly contains Arabic letters and digits. I am doing this using Azure's OCR API. The API is working but so far it is inaccurate. What are the best practices that I can use…

Azure Computer Vision
Azure Computer Vision
An Azure artificial intelligence service that analyzes content in images and video.
329 questions
asked 2021-06-20T07:44:16.277+00:00
Amro Ghoneim 116 Reputation points
commented 2021-06-21T09:24:15.29+00:00
Amro Ghoneim 116 Reputation points
1 answer One of the answers was accepted by the question author.

Using Azure OCR, some of the text is considered part of a table instead of on the same line but separated by large spaces. Can the tables be disabled ?

I'm using the endpoint https://test-ocr-mike.cognitiveservices.azure.com/ and supplying an image that is all text with the exception of a logo. In the body of the image the data seems to be apparently visually separated by columns, no column lines are…

Azure Computer Vision
Azure Computer Vision
An Azure artificial intelligence service that analyzes content in images and video.
329 questions
asked 2021-05-31T17:56:03.727+00:00
Michal Muller 21 Reputation points
commented 2021-06-01T20:14:55.6+00:00
Michal Muller 21 Reputation points
1 answer

Duplicated words returned from computer vision API

Hi, I'm using read API to extract typed and handwritten text from pdf. When pdf is scanned, all is working as expected. However if pdf is already OCRed, then json response of extracted text has duplicated words and phrases (with some duplicates…

Azure Computer Vision
Azure Computer Vision
An Azure artificial intelligence service that analyzes content in images and video.
329 questions
asked 2021-05-11T11:20:33.47+00:00
Julia Sizova 1 Reputation point
commented 2021-05-28T05:17:28.71+00:00
Ramr-msft 17,621 Reputation points
1 answer One of the answers was accepted by the question author.

Computer Vision API 2.0

We are using this endpoint now: /vision/v2.0/areaOfInterest How long will it be possible to use this endpoint? The latest version seems to be 3.2 now. Time to upgrade?

Azure Computer Vision
Azure Computer Vision
An Azure artificial intelligence service that analyzes content in images and video.
329 questions
asked 2021-05-24T07:26:50.637+00:00
Anonymous
accepted 2021-05-25T08:28:05.537+00:00
Anonymous
1 answer

Computer Vision API output in docx format

Can I get the output from Computer Vision API in docx format for further editing with MS Word?

Azure Computer Vision
Azure Computer Vision
An Azure artificial intelligence service that analyzes content in images and video.
329 questions
asked 2021-05-21T11:42:21.977+00:00
Dariusz Rosłon 1 Reputation point
commented 2021-05-24T08:37:48.007+00:00
YutongTie-MSFT 47,336 Reputation points
1 answer One of the answers was accepted by the question author.

InvalidImageSize error for 9600x7200 size image

Hi, we are a small team trying to extract data from engineering drawings using Python (These diagrams are fairly dense with lines with sparse information). We have encountered an error where the HTTP error code we get for our request is 400 when sending…

Azure Computer Vision
Azure Computer Vision
An Azure artificial intelligence service that analyzes content in images and video.
329 questions
asked 2021-04-29T21:46:25.227+00:00
Pranav_Annapareddy 21 Reputation points
accepted 2021-05-11T16:04:28.767+00:00
Pranav_Annapareddy 21 Reputation points
1 answer

People Counter Web App displays no data

When I deployed the people counting web app demo, the app didn't seem to be pulling any data. It would say 0 piplines. ![93577-image.png][1] [1]: /api/attachments/93577-image.png?platform=QnA I contacted chat support earlier and a rep,…

Azure Computer Vision
Azure Computer Vision
An Azure artificial intelligence service that analyzes content in images and video.
329 questions
asked 2021-05-05T00:39:12.683+00:00
Tai Dao 1 Reputation point
answered 2021-05-06T10:46:46.193+00:00
Ramr-msft 17,621 Reputation points
1 answer

Microsoft.rest.clientRuntime nuget package dependancy error

Hello I'm trying to use the Microsoft Azure API for OCR. I am trying to use it in a RelativityOne program(c# application) which needs .NETFramework 4.6.2 or later. Microsoft.Rest.clientRuntime needs .NETFramework 4.6.0 or 4.6.1. When i try run this i…

Azure Computer Vision
Azure Computer Vision
An Azure artificial intelligence service that analyzes content in images and video.
329 questions
asked 2021-05-04T01:05:55.317+00:00
oscar toohey 1 Reputation point
commented 2021-05-04T22:58:44.28+00:00
GiftA-MSFT 11,161 Reputation points