Try doing simpler one first - reading the first name in the table.
1) Identify window using region mode
2) Specify a region in the window that contains the "name" field
3) Use the BluePrism OCR to read what's written there and check if that's the one that you're searching for.
If you'll have that exercise done, then you can think about reading the next names.
The simplest way to do that (and it's still not simple!) is
to have dynamic region, that will ask for "Start Y", "End Y", "Start X", "End X" parameters. That way, you can specify the parameters for that object and move it as you with. Then using a loop and basic math you can move that region to the next field in table.