PDF DATA EXTRACTION format

Hi,
For example, I have a pdf file which includes the below information in random corner(sometimes it is at the beginning of a page, sometimes it is at the end of a page). I need help on extracting the below information from a pdf file to separate variables such as address, phone number. I am new to UiPath. Any help is appreciated. Thank you!

ABC COMPANY
1111 STOTY RD
STE 200D
CONCORD, CA 94518
PHONE: 925-689-9130

@Jasmine_Nguyen
You can use Read PDF Text to get all content of pdf file.
Then looking for
. The row which contains “COMPANY” keyword
. The row which contains “PHONE” keyword
Then get all data between these 2 rows

Of course, there’s risk if the result of Read PDF Text is not your expected.