Introduction

In today's fast-paced business environment, efficiency and accuracy in data management are paramount.

Microsoft Power Automate provides a robust platform to automate such tasks, significantly reducing the potential for human error while speeding up the process.

Let's delve into how we can set up a flow in Power Automate to automatically extract information from ID cards whenever a new file is created.

Step 1. Trigger, When a File is Created

Description

Our automation journey begins with a trigger. In Power Automate, a trigger is an event that starts the flow. For our use case, we want the flow to initiate whenever a new ID card image is added to our repository, which could be a SharePoint folder or OneDrive.

How to Set Up?

Cloud flow

Image 1

File created

Image 2

Folder Path - ‘/Sandeep Work/IDCard_Demo’ for demo purposes.

Step 2. Action - Extract Information from Identity Documents

Description

Once a file is detected, we proceed to extract the data. This step involves using a pre-built AI model within Power Automate, which is trained to recognize and extract text from identity documents.

How to Set Up?

Add action

(Image 3. Searching for AI builder model)

File content

Image 4

Step 3. Action - Add a Row to a Table

Description

With the data extracted, it's time to store it efficiently. Adding a row into a database or a table allows us to organize the data, making it accessible and actionable for further processes.

How to Set Up?

Parameters

Step 4. Testing flow

How to Test?

Test flow

Uploaded file in folder ‘Sandeep Work/IDCard_Demo/’. Flow run successfully.

Table row

The data can be seen in an Excel file.

Add database

Wow! It worked.

Conclusion

Please note the above steps are for demo purposes. The actual configuration may differ depending on the specifics of the documents being processed and the systems in place according to your environment.

The screenshots would be specific to the steps you perform within your Power Automate environment.

This walkthrough is meant to serve as the core content of your technical post, how ID cards can be processed easily to extract information and save in DB or send on email using Microsoft Power Automate and AI builder.

Thank you for reading.