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.
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