ORACLE CLOUD

Document Understanding actions

12 actions you can wire into a flow, alongside everything else in the Oracle Cloud integration.

Every Document Understanding action

  • OCI Document Understanding: Analyze DocumentSynchronously analyze an inline (base64) document: extract text, tables and form key-values, and/or classify the document type, returning the raw analysis result.
  • OCI Document Understanding: Cancel Processor JobCancel an in-progress Document Understanding processor job by its OCID, stopping further processing.
  • OCI Document Understanding: Change Project CompartmentMove a Document Understanding project into a different compartment: the project keeps its OCID, only its compartment placement changes.
  • OCI Document Understanding: Create Processor JobStart an asynchronous processor job that analyses a document in Object Storage (text, table, key-value, classification, language or elements) and writes results to an output prefix. Returns the job in an ACCEPTED state: poll Get Processor Job until SUCCEEDED.
  • OCI Document Understanding: Create ProjectCreate a Document Understanding project to hold custom models. Returns the project in a CREATING state plus a work-request id: poll Get Project until ACTIVE.
  • OCI Document Understanding: Delete ProjectDelete a Document Understanding project by its OCID: returns the work-request tracking the teardown.
  • OCI Document Understanding: Get ModelFetch a single Document Understanding custom model by its OCID: its type, version, training details and lifecycle state.
  • OCI Document Understanding: Get Processor JobFetch a single Document Understanding processor job by its OCID: its lifecycle state and processing progress.
  • OCI Document Understanding: Get ProjectFetch a single Document Understanding project by its OCID: its display name, description, lifecycle state and timestamps.
  • OCI Document Understanding: List ModelsList the custom Document Understanding models in a compartment. Optionally scope to a project and filter by exact display name or lifecycle state. Walks pagination up to a safe cap.
  • OCI Document Understanding: List ProjectsList the Document Understanding projects in a compartment. Optionally filter by exact display name or lifecycle state. Walks pagination up to a safe cap.
  • OCI Document Understanding: Update ProjectPartially update a Document Understanding project: change only the display name or description you supply; blank fields are left unchanged. Asynchronous: returns a work-request id, poll Get Project until it settles.

Also in Oracle Cloud

Put Document Understanding in a flow

These actions sit on the same canvas as every other integration, so a Document Understanding step can follow a form, a schedule or a message without any glue code.