Computer Vision OCR Extremely slow and unable to access S2
We're currently working on an internal project for creating data sets using OCR. We have a software to takes the original documents, finds the information we want, crop it and then send it to OCR. So we're talking small pictures with 1-3 words on it at…
Computer Vision
Batch Read File to extract text from image always get Status Failed
I'm trying to extratct text from an image using Computer Vision Api V2.0. First I call Batch Read File and after Get Read Operation Result. The response code is 200, but in the response body the property status is Failed and I can't figure out the…
Computer Vision

Azure AI to much products from differents websites
Hello, we are using Azure cloud on our project, and we are facing a challenge on our project, I believe that we could resolve it, using Azure, this is why I'm posting this post. we are scrapping some products from different websites, and the result of…
Computer Vision
Azure Databricks
How to get the outline of the image detected (using face/object detection api on Azure) rather than rectangular box around it?
How to get the outline of the image detected (using face/object detection api on Azure) rather than rectangular box around it?
Computer Vision

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,…
Computer Vision
Azure AI services

Read operation on operation id got from azure read api
I am trying to read the data in operation id url but for that I have to use settimeout function and set some time , if I use it without settimeout it alway's shows status is runing . const read_result = (opid) => { var dlres; var config = { …
Computer Vision
Computer Vision Read operation uses two API calls
Hi, Yesterday I noticed that whenever I upload a file to Azure Computer Vision for "Read" operation it consumes two API calls instead of one. The code I'm using is 80% based on official Microsoft code samples. For last few months all API calls…
Computer Vision
OCR does not recognize isolated numbers
Whenever I send an image like the attached one, I only get the word REV back but not the number 1 that's under it. More unique number shapes like 2, 3, 4, etc. are usually recognized but the number 1 is rarely recognized.
Computer Vision
Azure AI services
Computer vision returns two the same tags for photo.
Difference only in letter case I guess this is the bug. In me case I got "ferris wheel" with confidence 0.87984049320220947 "Ferris wheel" with confidence 0.61754053831100464 for the same photo
Computer Vision

My App not identifying the labelled Object while running on Android.
Hello Sir, I am Preeti Shrivastava .I have made an App using Object Detection of Custom Vision Service of Azure . In that while running the App on Android it is not detecting the actual labelled object rather just the label is blinking…
Computer Vision
Read Text from Image
Hi, I am uploading the sample Image in the below webpage and getting the perfect result Text for the Image, https://azure.microsoft.com/en-in/services/cognitive-services/computer-vision/#features but at the same time, i created console…
Computer Vision
Computer Vision Api on recognize printed text doesn't recognize special character Ñ instead finds N
Kind Regards, I'm trying to recognize a printed document, with names with the letter Ñ, but computer vision api found N instead Ñ, it's posible parameterize recognize printed service (https://{endpoint}/vision/v2.0/recognizeText[?mode]) for achive read…