Azure services for employee tracking in factories
I’ve noticed that Spatial Analysis in Azure is scheduled to be retired. I’m looking for similar services that can perform tasks such as: Counting people in specific areas. Detecting when a line is crossed. Monitoring movement across specific…
how do i fix resource not found?
hello everyone!, so i tried making a discord bot using python and chatgpt (im more of an js person but i dont want to change the code to make it compatible with mac so i went with python) anyhow it gives me resource not found error, what seems to be the…
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. …
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 there a way to configure the distance of connecting digits into a single number?
Hello! We have a case with many of our invoices, where upon reading digits separated by relatively long distances, for example as a thousands separator, we receive two separate numbers (instead of 1032 we receive 1 and 032), is there a way to configure…
404 resource not found azure computer vision
For the last couple of days I have been trying to use my computer vision api with a function to analysis image upon upload to a blob container but to no avail. when i copy my endpoint and paste it into a browser i get the following…
Confused by commitment tier usage after purchase. Please help.
I am using the Azure Vision AI Image Analysis Read function to run OCR on images. I paid for the commitment tier of $375 per month, but I'm still seeing usage being logged outside of the tier, as if my requests are not being counted inside the tier, but…
Azure Computer Vision Demo - "Please select a resource" stuck loading with East US resource
I'm trying to use AI through the Azure Computer Vision demo page: https://portal.vision.cognitive.azure.com/demo/dense-captioning I've created a resource in the East US region, but when I click "Please select a resource" on the demo page, it…
READ OCR On-Prem Docker Container
I have PDFs that have sensitive information on them and those documents cannot leave our Premises. Does the Docker Container which says it can be deployed on-prem send the pdfs to Microsoft? Thank you
Is there a way to use Blob Storage for Drag-and-Drop scenarios in Vision portal?
Hello, Is there any way to use BYOS scenario for the cases in Vision portal where user drag-and-drops images? is there a way to have my own blob storage behind it? Thanks in advance for the answer!
Bizarre apparent throttling of the computer vision image analysis API.
I've been observing very strange behavior from the Computer Vision API related to the latency of my requests. I'm using the standard paid pricing plan and just setup a basic resource for OCR purposes. I'm going nowhere near the 10 calls per second for…
Fixing "Ingestion failed. Ingestion did not complete within the expected time" Error in Azure Computer Vision API
Experiencing an error while implementing video analysis using Azure Computer Vision and GPT-4 Vision. The code was functioning correctly for the first few attempts, but is now returning the following error: "Ingestion failed. Ingestion did not…
Computer vision service failed to ingest video file
I created an index and added a video file to the index. Got 201 and 202 status code respectively. And when I check ingestion completion status, i got state as "Failed". Here is the error: {'value': [{'name': 'my-ingestion', 'state': 'Failed',…
Where can I find a quickstart for smart-cropped thumbnails using Azure AI Vision 4.0 API?
This is my first .net core app and I'm reading this document and wish to setup a trial service for cropping images. https://zcusa.951200.xyz/en-us/azure/ai-services/computer-vision/concept-generate-thumbnails-40 Does anyone know where to find one?
Azure Computer Vision background removal is changing jpg's to png internally
Azure Computer Vision background removal is changing jpg's to png internally. This is causing us a problem as our storefront provider (Oracle) rejects images where the mime type does not match the extension. To reproduce: Start with a jpg…
GPT-4 vision-preview vs Azure AI Vision
I've received an email saying that my Azure OpenAI services are being upgraded and that as part of that, the GPT-4 vision-preview service will no longer be supported, and that Azure AI Vision should be used instead. It also includes a link to the general…
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