About This Recipe
This recipe uses the OCI Document Understanding service to automate the extraction of key data fields from uploaded identity documents, specifically passports and driving licenses.
When you upload a document, the flow first classifies the document type using OCI Document Understanding REST APIs. Based on the identified document type (Passport or Driving License), the Oracle Integration native action, OCI Document Understanding is used to parse and extract structured data such as name, date of birth, document number, issue date, expiry date, and so on. The extracted data can then be used for downstream processing, such as identity verification, user onboarding, or storage in a database.