About 48,000 results
Open links in new tab
  1. azure - ai-form-recognizer vs. cognitiveservices-computervision

    Feb 10, 2022 · On the other hand, Azure Computer Vision provides three distinct features. While the OCR tenet below describes something similar to Form Recognizer, it's more general …

  2. How to Increase Accuracy of Text Read in Images Using Microsoft …

    Sep 16, 2024 · I'm new to Microsoft Azure AI Computer Vision. I am using Cognitive Services and the Computer Vision Client in a Python Program to do two things: Extract text from a JPG …

  3. Difference between Computer Vision API and Custom Vision API

    Sep 3, 2018 · I'm fairly new to using Microsoft's cognitive services. I'd like to know what is the difference between MS Computer Vision API and MS Custom Vision API?

  4. Azure Computer Vision API - OCR to Text on PDF files

    Sep 28, 2018 · Original Answer Unfortunately Azure has no PDF integration for it's Computer Vision API. To make use of Azure Computer Vision you would need to change the pdf to an …

  5. Azure OCR or other Azure Cognitive Function To Read Text From …

    Feb 15, 2021 · The Computer Vision Read API is Azure's latest OCR technology that handles large images and multi-page documents as inputs and extracts printed text in Dutch, English, …

  6. Authenticate against Azure Computer Vision OCR using user …

    May 30, 2021 · I would like to use a user managed identity in my AKS pod to authenticate with the Azure Computer Vision OCR API. The managed identity is created and I can see the managed …

  7. azure - Microsoft Cognitive Services - Computer Vision: Invalid ...

    May 21, 2017 · I'm trying to use the Computer Vision API from Microsoft's Cognitive Services. However, my keys don't seem to be working. I created an account using the free trial of that …

  8. Azure Image Analysis API returns 410 Gone - Stack Overflow

    Feb 1, 2023 · Azure Image Analysis API returns 410 Gone Asked 5 months ago Modified 5 months ago Viewed 121 times

  9. Azure Computer Vision SDK read_in_stream always returns Bad …

    Feb 22, 2021 · 2 I'm finding myself unable to use the read_in_stream API of the Azure Computer Vision SDK in Python. The SDK always returns a

  10. c# - Why im getting "ComputerVisionOcrErrorException: …

    Sep 24, 2022 · I'm trying to test the Computer Vision SDK for .NET. For that i've created a Computer vision resource in azure. I create a project in .NET6 and follow the Microsoft guide …