aqiffm
(Aqiffm)
1
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?
Anil_G
(Anil Gorthi)
2
@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
aqiffm
(Aqiffm)
3
i access and extract the form recognizer thru API method version 3.1
Anil_G
(Anil Gorthi)
4
@aqiffm
then ideally in api you would get a json array right…use deserialize and convert to table
cheers