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.
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")