With {pdftools} package, we can read pdf into R environment. But it reads by lines rather by blocks. So, when there are multiple columns, the result becomes a mess.
For example, we like to have it in this way.
Have tried to read it into data.table, and split it into 2 columns. But the attempt failed, since the code can't tell if the single space is for the words or the columns.
Please advise.