Extract name and surname from text

Hello everyone,

is there any way to correctly extract Indian first and last name within a free form text?

I have already tested various regexes but unfortunately the inputs are not standard, so I wanted to understand alternatives, NLP, or other to achieve in an efficiency way.

Thanks in advance

Hi @Singh7633

Share your input text. We will help you with a Dynamic regex expression which will extract name and surname from the text.

Regards,

The point is just that the text is not structured. Before the name uppercase/lowercase, first name then last name, every case is possible… a reliable regex I already tested, but it’s not enough for the use case exposed

@Singh7633

In that case you can use

Document understanding activities

So that it will fetch exact text

Cheers

@Singh7633

Is there some identifier near it ?

Is it a pdf doc with some identifier then we cna use du to indicate it using the identifier and get the values

Or if there is any text or anything before or after it then also we cna extract

Try finding a pattern using larger dataet

Cheers