Hi all,
My requirement is to search the heading in a document which has the biggest font size and bold text optional.how do I create the the layout.
Any help on this would be highly appreciated.
Thanks & regards,
Lucky
Hi all,
My requirement is to search the heading in a document which has the biggest font size and bold text optional.how do I create the the layout.
Any help on this would be highly appreciated.
Thanks & regards,
Lucky
0 out of 0 found this helpful
Comments
3 comments
Hello,
Yes, it is possible to implement such scenario. You may gather several headers and choose one of them with the biggest height.
Thanks for your response Ekaterina!
Can you explain a little more its not clear for me.
You are will need to script this in FlexiLayout Studio. In the post search option, you would write something like this
if IsFound then FuzzyQuality: 100dt-Rect.Height, {0,0,0,5000} * dt;
Basically its a fuzzy quality to say with all the search element you found, give the one with the tallest height, the best score.
Please sign in to leave a comment.