How to select certain text in between 2 points rather than custom area in form extractor in document understanding in uipath studio

I want to get inventors and applicants name. They can be more or less. So i want to extract all of them. Custom area sometimes get different value because of less or more values

@19bcs1138

try giving anchors and indicate them

cheers

tried not working , any other solution?

@19bcs1138

Did you train enough samples

cheers

actually I am not using AI center

@19bcs1138

Form extractor might not be a right choice if anchors are also not working

rather one other way would be to read the pdf normally and do string manipulations

you can try a regex extractor as this is more standard might work

cheers