openai
call-workflow

AI Image Extraction Utility (OpenAI)

Artificial IntelligenceBeginner

Overview

Use this flexible AI Utility Callable to start infusing your automations and business processes with AI. This utility workflow can extract structured fields of information from an image. The only setup required is your OpenAI credentials.

Prerequisites

To implement this AI powered automation, you will need:

  • API credentials for OpenAI Note: while this automation uses script steps, you do not need to understand or write scripts to benefit. If you want to learn more about what the script steps do we included comments in the code so you could reverse engineer what is happening if you want to. **

Getting Live

**Mandatory steps: **

  1. Map the source file url that you want to extract data from
  2. Define the field(s) that you want AI to pull from the source image Optional steps (to refine your extraction job):
  • Add words that you want the AI job to ignore (these words will not be extracted)
  • Add additional instructions that will be appended to the system prompt
  • Include example Source Text and Extraction Answers (very effective for complex extractions)

Example Use Cases

  • Pulling contact details in a list of business cards.
  • Tagging Images with alt text
  • Classifying Documents or Images
  • and so many more.