web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / ComputerVisionAPI Conn...
Power Apps
Suggested Answer

ComputerVisionAPI Connector

(1) ShareShare
ReportReport
Posted on by
I am trying to use the ComputerVisionAPI.OCRTextV2 connector, but I can't find a way to put the proper parameters, I always get the same error, even if I add an image taken from the camera control, I have searched for connector information on the net, but I can't find any useful information, your help please
I have the same question (0)
  • Suggested answer
    SwatiSTW Profile Picture
    807 Super User 2026 Season 1 on at
    The ComputerVisionAPI.OCRTextV2 function expects an image in a special format, but you're giving it text (a URL), which it doesn't understand.
    Can you try giving it the actual image (not just a link)? If you're using a camera or an uploaded file, pass the image object instead of a text URL.
    For example if you're using a camera
    Set(
        OCRResult,
        ComputerVisionAPI.OCRTextV2(
            {
                Image: CameraControl.Photo,  // Use the image captured by the camera
                Language: "en",              // Language for text
                DetectOrientation: true      // Automatically detect text orientation
            }
        )
    );
    If you have a file or image try to use a method to upload or directly reference the binary data of the image (check how you’re storing or uploading the image).
  • FERNANDOJORGE Profile Picture
    2 on at
     
    Before trying with an image from a web address, I already tried with an image obtained from a camera and then from the image upload control, however I still get the same message.
    "Invalid argument type (Image). Expecting a UntypedObject value instead.", the image is supposed to be in the correct format already.

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Leaderboard > Power Apps

#1
Haque Profile Picture

Haque 88

#2
WarrenBelz Profile Picture

WarrenBelz 85 Most Valuable Professional

#3
Valantis Profile Picture

Valantis 45

Last 30 days Overall leaderboard