@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.