Hi,
I would like to use this functionality described in your online help:
The value of the registration parameter can be used when applying a FlexiLayout. The registration parameter can be passed to the input of both the main and an additional FlexiLayout. To do this, the input named parameter of the FlexiLayout in ABBYY FlexiLayout Studio must be of the String type and its name must match the name of the registration parameter of the document in ABBYY FlexiCapture.
References are here:
http://help.abbyy.com/en-us/flexicapture/12/distributed_administrator/reg_params
http://help.abbyy.com/en-us/flexicapture/12/flexilayout_studio/namedparam_functions
I have created FLS with:
SetOutputParameterString in Blocks section
and
GetNamedParameterString in Element section
I have used the same property name in document properties section as in FLS as Named Value
Conclusion:
No value was retreived to FLS from Document Property during recognition stage execution (GetNamedParameterString)
No Document Property value was set from FLS after recognition stage execution(SetOutputParameterString)
As I understood these FLS functions should be used in order to read or set document properties. Am I Right? If Yes, which FC version supports that?
Thank you!