Get field list
Command Description
Retrieve a list of fields from the specified extraction results
Command Prototype
arrayRet = Mage.ExtractSinglePageList(config)
Command parameter
parameter | mandatory | type | default value | Instructions |
---|---|---|---|---|
config | True | expression | {} | 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)