How to extract specific text(name,education,experience) from resume of pdf

I tried to pull information like name,mobile number,email-Id,qualification,skills,etc…,
I am able to get the email-Id and phone number but I am troubling to get education,name, and prior experience.
I am using python.
Any guidance or help extract the more information of resume or any type of text file.
Thanks.
DEVA

Hi @Deva_Hari

You can try with Regex Expression
Can you share the Text file of the pdf with preserved format?

Regards
Gokul

Hi @Deva_Hari
Buddy can u try using Replace, Split functions…

Regards

Hi

Welcome to uipath forum

Try with document understanding
It’s way more easier to get pdf data

You can learn it from here

Cheers @Deva_Hari

1 Like

I had already used regex expression for extracting phone number ,email date of birth, company name.
But I couldn’t extract name and education with proper regex expression.

Hi @Deva_Hari

Can you send the text file of the pdf in the preserved format.

Regards
Gokul