ORACLE CLOUD

Vision actions

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

Every Vision action

  • OCI Vision: Analyze DocumentRun OCI Vision Document AI over a base64 document (image or PDF) to extract text, tables and key-value pairs, or classify the document type.
  • OCI Vision: Analyze ImageAnalyze a base64-encoded image with OCI Vision: request any mix of classification labels, object detection and text (OCR) detection, and get the labels, objects and recognised text back.
  • OCI Vision: Change Project CompartmentMove a Vision project into a different compartment: the project keeps its OCID, only its compartment placement changes.
  • OCI Vision: Create ProjectCreate a Vision project: the container for your custom image/document models. Returns the project in a CREATING state plus a work-request id; poll Get Project until ACTIVE.
  • OCI Vision: Delete ProjectDelete a custom Vision project by its OCID: returns a work-request to track the async delete.
  • OCI Vision: Get ModelFetch a single OCI Vision custom model by its OCID: its type, version, project and lifecycle state.
  • OCI Vision: Get ProjectFetch a single Vision project by its OCID: its display name, description, compartment and lifecycle state.
  • OCI Vision: List ModelsList the custom Vision models in a compartment. Optionally filter by project, exact display name, or lifecycle state. Walks pagination up to a safe cap.
  • OCI Vision: List ProjectsList the custom Vision projects in a compartment. Optionally filter by exact display name or lifecycle state, and cap the number returned. Walks pagination up to a safe limit.
  • OCI Vision: Update ProjectPartially update a Vision project: change only the display name or description you supply; blank fields are left unchanged. Asynchronous: returns a work-request id you can poll for completion.

Also in Oracle Cloud

Put Vision in a flow

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