Azure form recognizer

Sriramsubramaniyan 6 Reputation points
2023-01-05T11:21:38.49+00:00

Can you please advise if we have any user interface where users can validate the data extracted from forms using form recognizer?
We are using an OCR tool and which allows user to validate the extracted data, does form recognizer has same features with it

Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
2,100 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Ramr-msft 17,826 Reputation points
    2023-01-18T04:08:53.4533333+00:00

    @Sriramsubramaniyan Thanks for the question. It does not currently have a user interface that allows users to validate the extracted data.

    However, you can use the Form Recognizer REST API to retrieve the extracted data and build your own user interface to allow users to review and validate the data. The Form Recognizer API returns the extracted data as a JSON object, which you can parse and display to users for review. You can also use the API to update the extracted data if needed.

    3 people found this answer helpful.
    0 comments No comments

Your answer

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