Enter your keyword

post

Extract data from images using OCI vision service in Oracle Integration

OCI Vision is a serverless, cloud-native service that provides deep learning-based, prebuilt, and custom computer vision models over REST APIs. OCI Vision helps you to:

  • Identify and locate objects
  • Identify tables
  • Extract text
  • Identify Document types
  • Extract key-value pairs from document

No data science experience is required to use the prebuilt or custom features of OCI Vision.

In this article, I’m going to demonstrate how to extract the text from Aadhar Card using the OCI Vision service using Oracle Integration and exposed the Aadhar Card data in a REST response. Further, a VBCS application was created that will allow to upload Aadhar Card, call the Integration, pass the Aadhar Card image, and show the extracted data on the web page as shown in the following snapshot:

Pre-requisites

  • OCI Vision REST API. Click here to know the API endpoints
  • OCI Vision Analyze API. POST /20220125/actions/analyzeImage
  • Sihttps://www.youtube.com/watch?v=ta4TiNAATzcgning Key is required to create the connection in Oracle Integration
  • Oracle Integration access

To demonstrate an end-to-end scenario, I have created a nice and short video that will help you to understand all the required steps. Click on the below video to watch:

If you liked the article, please like, comment, and share.

Please look at my YouTube channel for Oracle Integration-related videos and don’t forget to subscribe to our channel to get regular updates.

Further Readings

Scheduled parameters to maintain Last Run Date Time in Oracle Integration

How to Customize the Lock Screen in Oracle Visual Builder

Merging two CSV files into a single file in Oracle Integration

ERP Integration using File Based Data Import: Oracle Integration

Import Suppliers using FBDI in Oracle Integration

How to call Oracle SaaS ESS job using Oracle Integration

Leave a Reply

Your email address will not be published.