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…
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://video2.skills-academy.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…
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…
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.
Asynchronous OCR processing
Is there a way to process OCR files (Vision 4.0 or Document Intelligence) asynchronously, using a webhook callback instead of polling for completion?
Picture ocr handwritten traditional Chinese recognition erro
The v4 version of image recognition handwritten traditional Chinese, often has recognition errors such as: Below are some test diagrams
Regarding the Azure AI Service Computer Vision model version 2024-02-01:
The JSON result at the following URL includes "modelVersion": "2024-02-01". https://video2.skills-academy.com/en-us/azure/ai-services/computer-vision/concept-ocr How can I use this model version? I couldn't access it even after changing the…
How to use the latest model version for Vision OCR on Python?
When I am using the ImageAnalysisClient in my code to analyze an image and return text, the API only seem to use the 2023-10-01 model version. How can I use 2024 or later version of the Vision OCR? Here is my current code: client =…
READ OCR Bounding Box Accuracy
I am using the basic Code for the READ OCR that Microsoft gives in their getting started guide. The only modification is that I am running that program with multiprocessing with 4 cores so I am making multiple calls to the API at the same time. The…
How much time will it take for a Microsoft custom computer vision model to get back on website
Hi , I have recently built an image classification model with computer vision studios service called as , extract tags from images. I have particulary built a custom model in the mentioned service , it is written on the first webpage of the custom model…