Skip to main content
Version: v6.5.0

Get field list

Command Description

Retrieve a list of fields from the specified extraction results

Command Prototype

arrayRet = Mage.ExtractSinglePageList(config)

Command parameter

parametermandatorytypedefault valueInstructions
configTrueexpression{}Call configuration of Laiye Intelligent Document Processing (IDP)

Return result

ArrayRet, Assign the result of running the command to this variable.

Run instance

/********************************* Get Field List **************************************
Command Prototype:
arrayRet = Mage.ExtractSinglePageList(config)
Input Parameters:
config -- Configuration for the Intelligent Document Processing platform. Note: Call configuration for the Intelligent Document Processing (IDP) platform
Output Parameters:
arrayRet -- Variable to save the output of the function call.
Notes:
None
********************************************************************************/
Dim arrayRet = ""
arrayRet = Mage.ExtractSinglePageList({})
TracePrint(arrayRet)