How to extract Figures with labels from the image
Problem Statement: I have a pdf which consists of questions with their options, and it may also consist of a figure (with or without labels) associated with those questions. I want to extract the questions and their respective options along with…
A table value of "1" always returning 0 confidence
Hey! We're using Azure Computer Vision to OCR invoices in order to then process them automatically. Those invoices often have tables, that include a value of "1" in one of the cells, and Azure always returns a confidence of 0 for these cells,…
Azure OCR Line Concatenation Issue Leading to Incorrect Text Recognition
Hello, We've consistently noticed an issue with Azure OCR in which the service returns a JSON that concatenates words from two separate document lines. It's extremely unpredictable and leads to a lot of issues that we can't fix or foresee and repair.…
Character limit - Computer Vision Caption
Hi, what is character limit for caption generated by Image Analysis endpoint? We need this value because of transparency . Thanks, Martin
Azure AI Search - Prevent rerunning AI Skills on Indexer or Index loss
I'm working on a project that is going to index a large number of blobs from Azure storage (pdfs and images) with an OCR skill to do text extraction for use in Azure Search. Using OCR to index all of this data is likely to cost multiple thousands of…
Azure AI Vision Studio just refreshes
I am trying to follow this exercise https://microsoftlearning.github.io/mslearn-ai-vision/Instructions/Exercises/02-image-classification.html. But when I go to Azure AI Vision Studio: https://portal.vision.cognitive.azure.com/. The page just…
Transitioning from Azure AI Image Analysis to Florence 2.0 for Background Removal
Hi everyone, I recently received an email from Azure informing me that on January 10, 2025, the Azure AI Image Analysis 4.0 Segment API and its background removal service will be retired. I’ve been using this service to remove backgrounds from uploaded…
does the Stitching API work?
https://learn.microsoft.com/en-us/azure/ai-services/computer-vision/how-to/shelf-modify-images#use-the-stitching-api I keep getting an error : {"error":{"code":"InvalidRequest","message":"Value for…
Is the code for Azure Doc Intelligence open source and available for everyone to see?
Hi, is the code for Azure Doc Intelligence, the actual code at the backend that does image processing, available for everyone to see?
Do I need to configure something to get that same endpoint that I use in local working in production?
I am using Form Recognizer to read some forms. So I've done a lot of testing on my local machine calling my Form Recognizer endpoint and it works great. But I have seen that in production, the results that come back to me are always a little different…
Inquiry on Migration to Image Analysis v3.2 or v4.0
Hello Azure Team, We are currently using Computer Vision Image Analysis v2.0 and are planning to migrate to either v3.2 or v4.0 (linhttps://learn.microsoft.com/en-us/azure/ai-services/computer-vision/overview-image-analysis?tabs=4-0). Upon comparing…
OpenAPI 3.0 specification for Azure ComputerVision REST APIs
Hello Azure Team, In our existing application, we call Image Analysis v2.0 through REST API. The client classes and responses for these API calls are in Java (e.g., BoundingBox.java, Brand.java, Categories.java). We use Swagger Codegen to generate these…
AI Vision Vectorization in Promptflow
Hi, I recently created a search index consisting of images, vectorized with the Azure AI Vision during the index creation. I now want to access the index in promptflow via the index lookup tool, but I require to use the same AI vision model for the…
Unexpected errors for inactive resources
Hi, I have some testing Computer Vision resources that are not often used. However, I see that there are errors at regular intervals. It is visible in metrics under total errors. Do you have some Health Check requests that could cause it? For some…
Is Azure Vision API 4.0 product recognition being retired in Jan 25?
Hi, I have just received a worrying email (see screenshot below), informing us that the ***Azure AI Image Analysis 4.0 API, including Product Recognition ***is to be retired in Jan 2025. Is this True? Please can you confirm asap. We have built a…
Why does Computer Vision extract text in a document in a different order if used locally or in production?
I am using the Computer Vision service to extract text from a scanned document. And even though I use the same endpoint locally as in production, it returns some fragments of the text in a different order. I have sent the same image scanned more than 10…
After making 20 calls to computer vision cloud service, the service starts to return 404 - not found
Hello Everyone, I have a rpa project(KofaxRPA) which sends parking receipt images to azure computer vision cloud service, which then reads information from image and returns the results. For the first 20 images the computer vision service works and…
Azure Vision AI evaluation run error
Error: "1. Batch did not complete successfully. OutputResultWriteFailed: An unexpected error was encountered."
Is Planogram Compliance API going to be deprecated?
I have been doing some experimentation related to azure shelf product recognition. Recently, the documentation said that the feature will be deprecated and retired early next year. …
Cognitive Services Mis-reading Text in Image
ImageExtractText.pngI am using the cognitive services Api to extract text from images. With one particular image (attached) the response is reading the 'Z' as a '2'. How do I report this bug? Thanks.