Skip to main content
Field provides access to a document field’s value, type, structure, and OCR metadata in a Custom activity script.

Properties

Image only applies to fields of type Picture.

Methods

AddInstance

Creates or updates a field instance, depending on the field type:
  • Non-repeating fields — Updates the existing instance, or creates one if none exists.
  • Repeating fields — Creates a new instance.
Returns the created or updated Field object.

Remove

Deletes the field.