I capture invoice address using paragraph element . how can i split every line from that paragraph to blocks
Spliting lines from Paragraph
Was this article helpful?
0 out of 0 found this helpful
I capture invoice address using paragraph element . how can i split every line from that paragraph to blocks
0 out of 0 found this helpful
Comments
1 comment
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.
Please sign in to leave a comment.