Extract data from pdf boxes in R

235 views Asked by At

PDF has boxes with data. I want to extract all the data from these boxes in R. I want this to be extracted without using OCR.

snapshot of boxes in pdf

I have tried Tabulizer package but it is giving unorganized results making it impossible to extract.

report <- extract_tables("C:\\Users\\672158\\Desktop\\example1.pdf", encoding = "UTF-8")

0

There are 0 answers