コミュニティ

FlexiLayout (9.0) how to retrieve text from two lines.

I have such case.

"Buyer name: Andrew Doe, address: Palm Street 27"

"Buyer name: Andrew
Doe, address: Palm Street 27"

I can create two static fields 1. Buyer Name: 2. , address:
and one dynamic BuyerNameDyn for storing "Andrew Doe"

Both static fields will be my start/stop signs for retrieving text

How to setup BuyerNameDyn to retrieve "Andrew Doe" in both cases?

この記事は役に立ちましたか?

0人中0人がこの記事が役に立ったと言っています

コメント

1件のコメント

  • Avatar
    Anastasiya Nechaeva
    Hello Maciek,

    In such situation you should to capture the top part and transferred part then merge it using Region element. Search area for Region element is array of rectangles (RectArray) about the first two element regions.

    You can use Static Text element if Buyer name don't change through all documents and you should use Character String element otherwise.
    0

サインインしてコメントを残してください。