UiPath - Azure Form Recognizer

Hello,

does anyone have an idea, methodology, use-cases regarding how to work with Azure Form Recognizer in combination to UiPath?

Thank you.

Hi @Pandya_Meet

You have the Azure form recognizer activities in UiPath. Install the AzureForumRecognizer package.

You can find the activities in activities panel.
image

Hope it helps!!

Thank you for the reply.
This package is good to have but do you know if it is supported by UiPath?

@Pandya_Meet

Welcome to the community

There is no official activity which gives to form recognizer…you can use form recognizer api instead and use http activity in UiPath to connect to it and get the data

https://westus.dev.cognitive.microsoft.com/docs/services?pattern=form

Apart fromt hat there are few marketplace activities as well again these are not official

https://docs.uipath.com/marketplace/automation-cloud/latest/user-guide/microsoft-azure-form-recognizer-about#:~:text=Azure%20Form%20Recognizer%20is%20a,relationships%20in%20the%20original%20file.

Cheers