AACFlow

Yandex Vision

Analyze images via OCR, classification, and face detection using Yandex Vision API

ya

Yandex Vision is a computer vision service from Yandex Cloud providing OCR text extraction, image classification, face detection, and multi-feature batch image analysis.

With the Yandex Vision integration in AACFlow, you can:

  • OCR (Recognize Text): Extract text from images and documents
  • Classify Image: Categorize images using pre-trained classification models
  • Detect Faces: Locate and analyze faces in images
  • Batch Analyze (Advanced): Run multiple analysis features in a single request

This integration enables document digitization, content moderation, identity verification, and image data extraction workflows.

Usage Instructions

Integrate Yandex Vision into the workflow to analyze images. Requires a Yandex Cloud IAM token. Use the Yandex Cloud IAM block to obtain tokens programmatically. Images must be provided as base64-encoded data.

Tools

yandex_vision_ocr

Extract text from an image using OCR

Input

ParameterTypeRequiredDescription
iamTokenstringYesYandex Cloud IAM token
imageDatastringYesBase64-encoded image data
folderIdstringYesYandex Cloud folder ID
languageCodesstringNoLanguage codes for OCR (e.g., ru,en)
mimeTypestringNoImage MIME type (default: image/jpeg)

Output

ParameterTypeDescription
textstringExtracted text content
blocksarrayText blocks with position metadata

yandex_vision_classify

Classify an image

Input

ParameterTypeRequiredDescription
iamTokenstringYesYandex Cloud IAM token
imageDatastringYesBase64-encoded image data

Output

ParameterTypeDescription
propertiesarrayClassification results with labels and probabilities

yandex_vision_faces

Detect faces in an image

Input

ParameterTypeRequiredDescription
iamTokenstringYesYandex Cloud IAM token
imageDatastringYesBase64-encoded image data

Output

ParameterTypeDescription
facesarrayDetected faces with bounding box coordinates
countnumberNumber of faces detected

yandex_vision_analyze

Batch analyze image with multiple features

Input

ParameterTypeRequiredDescription
iamTokenstringYesYandex Cloud IAM token
imageDatastringYesBase64-encoded image data

Output

ParameterTypeDescription
resultsarrayAnalysis results for each requested feature

On this page

Start building today
Trusted by over 100,000 builders.
The SaaS platform to build AI agents and run your agentic workforce.
Get started