Hello Friends,
I’d really appreciated your help with this problem.
I have a project where a i have to use Azure Form Recognizer and Azure Open AI to process a PDF document.
The process is described in the lines below:
1.- I need UiPath to connect to connect to a folder where pdf are stored.
2.- Then my robot must send the pdf document through API key to Azure form recognizer where an OCR must process it.
3.- azure form recognizer should send a JSON file to my robot .
4.- then my robot must send this JSON document to AZure OpenAI using an API key with prompt.
5.- Azure Open AI must send return a table in JSON format.
That’s the general idea…
Could you give me some advice and suggestions (activities i should use for these described steps)?
@Ricchch you can map the shared folder on the vm/pc on which the bot is running.
As for connecting to Azure form recognizer pls see the previous response for the package.
If you use http request activity then you would need to first send a post request and a get request in the get request you will be passing the operation location header which you will retrieve from the post request and then you will get the result.