How to use document understanding AI Service in Process Automation

Share on:

 Info:

Recently, Oracle added a new Document Understanding feature with OCI Process Automation.

In Process Automation forms, intelligent document processing is implemented with the Document Understanding control that uses out-of-the-box pre-trained AI models from OCI Document Understanding AI service to automatically detect, classify, and extract texts and objects from uploaded documents.

Now you can upload your document like a passport or driver’s license and this service automatically extracts data. In real-life scenarios, we used this service where we had to show our passport, driver’s license, or any other doc.

Like hotel check-in, rental car, hospital, visa service, etc.

Another example, I still remember during the COVID period, we had to use the ArriveCAN app to enter Canada which scanned our passports to extract all information.

So let’s test this in our process automation forms. In my previous post, I created a business process for the “Time Off Request application“. You can see that BLOG here.

This is not the best case to use document understanding as this is just a time off request, but this is just to show you how we can use this service with our business process.

So let me open the web form that I developed in my last blog, and you can see on the right below there is AI service Document Understanding.

 

ai

 

Now let’s drag and drop the document understanding to our web form canvas.

ai2

 

Select the control and edit its properties on the left side in the General tab, I label it “Upload Document”

ai3

 

As you can see it only accepts the below file types as of now. Oracle might add more types later.

ai4

 

Now click on the Document tab in properties next to the General tab. Here you can see only these 2 Document types supported: Passport or Driver’s license.

ai5

 

I select Passport. As soon as I select passport as the document type, it will create the data object: passport with related definitions such as first name, last name, country, and so on.

The data object and data definitions are displayed under the Data section.

ai6

 

Now select the Generate Control property to automatically generate controls for the created data definitions.

ai7

 

Under the messages section if we expand we will see all the default messages that will be displayed, if required we can edit those messages.

ai8

 

Now there is a styling tab, I am not making any changes there.

ai9

 

Now you can click on the Preview button on top to just see what it will look like.

ai10

 

Now let’s activate this from the top Activate button and click on Override. it will deactivate old version and create new snapshot.

ai11

 

Now click on Test in Workspace

ai12

ai13

 

click on the Submit Time off Request and the form is open for employee to fill up information.

ai14

 

Now the fun part will start, I fill all the information and then I have my passport copy on my laptop in .PNG format which I drag and drop in form and within few seconds you will see all information automatically fill-up in the form from my passport.

ai15

 

you will also see this message.

ai16

 

Now we can submit the request for Team lead approval. Now the process is the same as I showed in my last Blog. I just wanted to test this new cool feature with Process Automation.

Share on:

More from this Author

oac

How to Import Custom Visualization in Oracle Analytics Cloud to See Images

In this blog, I will show you how to download and import the Image Gallery Plugin into OCI Oracle Analytics Cloud. using this plugin we can see ... Read More

Oracle 23c INTERVAL Data Type Aggregations

Analyze Invoices with Oracle Analytics and AI Document Understanding

OCI Document Understanding is an AI service that enables developers to extract text, tables, and other key data from document files through APIs and ... Read More

Back to Top