Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt

Use this file to discover all available pages before exploring further.

An Image field lets you save parts of documents as pictures — for example, identity photos, signatures, or stamps.

Add an Image field

Click Add Image in the toolbar. A new Image field appears in the data form.
Image fields cannot be trained. For every document with an Image field, you must set the image region during manual review or via a Custom activity script.
An Image field cannot have more than one region. To extract multiple images, enable Allow multiple items and add one image per instance.

General properties

PropertyDescription
Field nameUnique within the skill. Cannot contain: . , / : * ? " < > |. Maximum length: 90 characters.
Required fieldIf enabled and the field is empty after extraction, the document goes to manual review with a rule error.
Allow multiple itemsWhether the field can have multiple instances (for example, extracting signatures from each party on an agreement as separate images).

Access extracted images

During data export, Vantage extracts each image using its region coordinates and saves it as a JPG. You can access extracted images the same way as other extracted data:
  • Vantage API — Retrieve extracted images alongside other field values.
  • Custom activity or Output activity scripts — The Field object exposes Value (the filename) and Image (the binary contents).
  • Shared folder export (Output activity) — The JSON export includes the image filename in each image field’s value key. Image files are placed in a subfolder named after the JSON file.

File naming

During export, Vantage names each image file based on the field and its position in the skill hierarchy:
Field configurationFilename
Top-level field SignatureSignature.jpg
Multiple instances of SignatureSignature_1.jpg, Signature_2.jpg
Field nested in Group1 > Group2 as SignatureGroup1_Group2_Signature.jpg
If the resulting filename would exceed 256 characters (including separators, instance numbers, and the .jpg extension), Vantage falls back to Field_{guid}.jpg, where {guid} is the GUID of the image field.

Custom activity

Read or transform Image field contents in a Process skill via custom scripting.

Output activity

Export extracted images alongside JSON output via shared folders or external systems.

Labeling documents

Guidelines for labeling structured and semi-structured documents during training.

Adding fields

Mark fields in the Editor tab and configure field properties by type.