I capture invoice address using paragraph element . how can i split every line from that paragraph to blocks
Spliting lines from Paragraph
この記事は役に立ちましたか?
0人中0人がこの記事が役に立ったと言っています
I capture invoice address using paragraph element . how can i split every line from that paragraph to blocks
0人中0人がこの記事が役に立ったと言っています
コメント
1件のコメント
Once you have the address captured in paragraph if the number of lines in the address is not fixed, you can create a repeating group of character strings to capture them all separately. Just make sure that the region of that character string is limited to the paragraph element. I've added a screenshot which will help you.
If the number of lines in the address is fixed, you can use multiple character string to capture them.
サインインしてコメントを残してください。