4 min readUpdated Mar 2, 2026

ImageAnalysisNodeEditor Documentation

Overview

The ImageAnalysisNodeEditor is a powerful component within the Vantage analytics and data platform that enables users to perform image analysis using various AI methods. It provides options to analyze images using descriptions, captions, Optical Character Recognition (OCR), image classification, or custom prompts. The results are stored in a designated output column for further analysis and processing.

Purpose

The primary purpose of the ImageAnalysisNodeEditor is to connect image data sources with advanced AI-driven analysis features. It works with publicly accessible image URLs and integrates with various AI models, including GPT-4o, Claude 3+, and Gemini models.

Data Expectations

The ImageAnalysisNodeEditor expects the following data:

Settings

1. Image Column

2. Analysis Type

3. Custom Prompt (Visible for Custom Type)

4. Output Column

5. Batch Size

AI Integrations

The ImageAnalysisNodeEditor integrates with advanced AI models to enhance image processing capabilities. It utilizes technology from GPT-4o, Claude 3+, and Gemini models, aiming to provide accurate and nuanced image analysis results.

Billing Impact

Usage of the ImageAnalysisNodeEditor can affect billing depending on:

Use Cases & Examples

Use Case 1: E-commerce Product Analysis

A retail company wants to automate product image analysis on their website to enhance product descriptions and improve SEO. They can use the ImageAnalysisNodeEditor to configure it to generate descriptions and captions for product images uploaded to their platform.

Use Case 2: Document Management

A law firm intends to digitize and extract vital information from scanned documents (such as contracts and invoices). By configuring the ImageAnalysisNodeEditor with the OCR option, they can extract text and automate the data entry process.

Concrete Example Configuration

Scenario: Automating E-commerce Product Descriptions

The setup would allow the firm to quickly generate detailed descriptions for multiple product images simultaneously. The configuration can be expressed in sample data as follows:

json
{
  "imageColumn": "product_image_url",
  "analysisType": "describe",
  "outputColumn": "product_description",
  "batchSize": 5
}

This configuration would enable the e-commerce site to leverage AI in enhancing product information efficiently and effectively, streamlining content generation and improving customer engagement.