Integrating Microsoft Cognitive Services Computer Vision API into PowerApps

preview_player
Показать описание
PowerApp a Day Episode #19 (Caption App) - Learn how to use PowerApps and Microsoft Cognitive Services Computer Vision to automatically create captions on your images you upload.

OnChange of the Photo:
ClearCollect(colImageDesc, ComputerVisionAPI.DescribeImageContent(UploadedImage1.Image).description)

Caption code:
First(First(colImageDesc).captions).text & " " & Text(First(First(colImageDesc).captions).confidence*100,"[$-en-US]##.#%")

Gallery Items: First(colImageDesc).tags

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



Let's connect:

Pragmatic Works
Phone: (904) 413-1911
Рекомендации по теме
Комментарии
Автор

Amazing video! I've been looking up how to make the computer vision connector work without flow
This vid is short and precise, love it!

knoxlam
Автор

Very Cool . I quickly tried the API from flow to parse a business card and it worked perfectly . I hope I can try the PowerApp tomorrow

markbillinge
Автор

This is fantastic, did you ever do the video that shows OCR text ? I would love to get this working ?

PaulTaylor-xkti
Автор

Great video! I also wanted to check out the OCR video that you mentioned at the end of this video. Couldn't find it anywhere in your channel. Could you please help point me to it? Thank you

tiffanygilles
Автор

Thanks for this video. Could you please explain how to read text from image using ComputerVisionAPI?

sharefmca
Автор

Where is the next video for capturing text from a letter?

flormorales
Автор

Thanks for this video.
Can you suggest me how to integrate the custom vision with Powerapp to build the application.
Waiting for your positive response

mayankarya
Автор

I want to identify when warning lights come and then be notified, can we do this ? Thanks

brucetouzel