Search code examples
formsazureazure-form-recognizer

Save Form recognize scanned data in Database table


After scanning my document with #AzureFormRecognizer[fott-preview.azurewebsites.net], How I store this field and data in oracle/MS server database. I see https://learn.microsoft.com/en-us/azure/data-factory/connector-oracle but couldn't understand those things. Please help me

After scanning document in https://fott-preview.azurewebsites.net/


Solution

  • Form Recognizer output is a JSON output, you can use Logic App or Power Automate database connectors to take the JSON output into a database.