How to extract different table data from scanned pdf

you mean to find second table i should write like this?

firstTable.Split({‘‘Complex Tables’’},2,StringSplitOptions.None())(1).Split({‘‘Eugene Enrollment by Student Level and Campus’’},2,StringSplitOptions.None())(0)

Also is there any other way also to find the table value?