How do I capture a variable Character String that spans multiple lines, and then concatenate them together in FlexiLayout? Eg. the field is
concat
enate
and I want to capture it as 'concatenate'
How do I capture a variable Character String that spans multiple lines, and then concatenate them together in FlexiLayout? Eg. the field is
concat
enate
and I want to capture it as 'concatenate'
0人中0人がこの記事が役に立ったと言っています
コメント
1件のコメント
You can use a Paragraph element
http://help.abbyy.com/en-us/flexicapture/12/flexilayout_studio/text_chain
If for some reasons the Paragraph element cannot be used in your layout, you can capture several Character Strings element and then create a Region element that will cover them all by using RectArray element composed from the Rects of those Character Strings:
http://help.abbyy.com/en-us/flexicapture/12/flexilayout_studio/search_functions
see the sample for
Void RestrictSearchArea( RectArray rectArray ) usage.
サインインしてコメントを残してください。