How to extract different table data from scanned pdf

@RAKESH_KUMAR_Tiwari

There are two types…here inverted comma will e like this " in code it lookes like this "

To be precise

str.Split({"sales years in thousands"},2,StringSplitOptions.None)(1). Split({"complex table"},2,StringSplitOptions.None)(0)

cheers