extract data from pdf using form recognizer in logic app

Ananya Dixith 101 Reputation points
2022-05-06T07:09:35.363+00:00

Im trying to extract data fields from pdf using form recognizer in logic app
I have used custom model Fott v2

I cant able to parse JSON file in next step
199430-image.png

Please anybody help with how to parse json file and store the data in .txt format

This is the output from previous step
199524-image.png

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
Azure AI Document Intelligence
{count} votes

Answer accepted by question author
  1. Bruno Lucas 4,436 Reputation points MVP
    2022-05-08T21:00:02.783+00:00

    For the parse json, did you copy the json you want to parse and pasted in the window that pops when you click "use sample payload to generate schema"?

    200000-image.png

    That worked for me. Unless the field you selected has some encoding. Than you may need a cast https://learn.microsoft.com/en-us/azure/logic-apps/logic-apps-content-type#converter-functions

    Please don't forget to click on "Accept Answer" or upvote button whenever the information provided helps you.

    Cheers!

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.