Zones actions
Use the Zones actions to work with the zones that define the position of each field on the page.
You can read zone information from a fingerprint (CCO) file, update the zone position information in the runtime hierarchy, and locate the recognition text for a specific zone. You can also assign values to fields in the runtime hierarchy, locate repeating data blocks, and more.
- AdjustZonesToImageOffset
Offsets fields on the current image in response to zone criteria in the CCO file of the source page - after the image has been offset. - AnchorPage
Finds the Anchor field on a source page, and uses the Anchor field's coordinates to locate and offset the page's other zoned fields. - CalculateLocalOffset
Calculates the X and/or Y offset amount for the calling field. - CreateBlockCCO
Creates a temporary in memory CCO object, containing only the words and lines in the calling fields zone position - using the source page's CCO file. - FindBlocks_WhiteSpace
Uses a vertical white space (pixels) to find blocks of data within the current source page. Returns each block's position assigned to a series of repeating fields based on the first child field of the calling object. - FindDataBlocks
Uses Start and End key words to find blocks of data within the current source page. - FindRegExBlocks
Uses a Regular Expression to find blocks of data within the current source page. Returns the position of each block that is assigned to a series of repeating fields based on the first child field of the calling object. - FindZoneLineItems
Uses settings for zones to assemble a portion of the current page, limited to Line Item Detail. - GetZoneText
Retrieves the text in a zoned object of the current page. - InheritParentPosition
Provides the bound child object of the Document Hierarchy with the zone parameters of a parent object identified by the parameter. - LoadBlockCCO
Loads the CCOBlock set up by a previous CreateBlockCCO action. That action assigns the block's location to the CCOBlock variable of the current Page object. - LoadZones
Same as the ReadZones action, except that it loads position information for the specified fingerprint ID. - MCCOPositionAdjust
Combines extra pages of a multi-page document into the CCO file for the first page. - MergeZones
Merges the zone from calling field with zone of DCO fields passed as smart parameters. - PadZone
Pads the zone by the value passed. Number of CSV passed values varies padding value by vector. - PopulateZNField
Puts the recognition data from the CCO file that lies in the zone boundaries of the field into the current field in the page data file. - PopulateZNLineItemField
Populates the page data file with the recognized value in the zone for the current line item child field. Assign this action to each line item child field in the document hierarchy. - ReadZones
Loads the position information for the current object and its children from the document hierarchy (setup DCO). Adjusts the position of each object by using any Image_Offset value. - RegisterPage
Locates specially marked fields and adjusts their vertical zone positions to compensate for any drift. - ScanDetails
Searches a line item grid object for line items. You assign this action to the grid region in the document hierarchy. - ScanDetailsByLines
Searches a line item grid object for line items, where each line item consists of the specified number of rows. - ScanDetailsByVSpace
Searches a line item grid object for line items, where each line item is defined as the specified height in pixels. - ScanLineItem
Searches a line item object for fields. You assign this action to each line item in the document hierarchy. - SetEOL
Sets the End of Line character that will be used to separate data from a zone that contains multiple lines of text. - SetEOL_CRLF
Sets the End Of Line character that are used to separate data from a zone with multiple lines of text. - ZoneBOTTOM_ImageBottom
Uses the lower boundary of the current image to specify the bottom boundary of the zone position of the current field in the page data file. - ZoneBOTTOM_LowerBound
Uses the lower boundary of the current word that is located by using the actions in the Locate library to specify the bottom boundary of the zone position of the current field in the page data file. - ZoneBOTTOM_UpperBound
Uses the upper boundary of the current word that is located by using the actions in the Locate library to specify the bottom boundary of the zone position of the current field in the page data file. - ZoneImage_SaveAs
Saves the current Objects Zone area of an image as a separate Image file. - ZoneLEFT_ImageLeft
Uses the left boundary of the current image to specify the left boundary of the zone position of the current field in the page data file. - ZoneLEFT_LeftBound
Uses the left boundary of the current image to specify the left boundary of the zone position of the current field in the page data file. - ZoneLEFT_RightBound
Uses the right boundary of the current image to specify the left boundary of the zone position of the current field in the page data file. - ZoneRIGHT_ImageRight
Uses the right boundary of the current image to specify the right boundary of the zone position of the current field in the page data file. - ZoneRIGHT_LeftBound
Uses the left boundary of the current word* to specify the right boundary of the zone position of the current field in the page data file. - ZoneRIGHT_RightBound
Uses the right boundary of the current word* to specify the right boundary of the zone position of the current field in the page data file. - ZoneTOP_ImageTop
Uses the top boundary of the current image to specify the top boundary of the zone position of the current field in the page data file. - ZoneTOP_LowerBound
Uses the lower boundary of the current word that is located by using the actions in the Locate library to specify the top boundary of zone position of the current field in the page data file. - ZoneTOP_UpperBound
Uses the upper boundary of the current word that is located by using the actions in the Locate library to specify the top boundary of the zone position of the current field in the page data file.
Parent topic: Global actions