Convert DocumentTable to datatable for Azure Intelligent Document/Form Recognizer

Hi,

I have extracted information using Microsoft Azure Intelligent Document (previously called Form Recognizer).

Currently stuck to convert the tables extracted in DocumentTable datatype from the extracted output to UiPath data table.

Any suggestion?

@aqiffm

can you please confirm how are you accessing the form recognizer?

is it through api via http request or via market place activities?

cheers

i access and extract the form recognizer thru API method version 3.1

@aqiffm

then ideally in api you would get a json array right…use deserialize and convert to table

cheers