tabulapdf icon indicating copy to clipboard operation
tabulapdf copied to clipboard

Row with multiple lines

Open ksw9 opened this issue 6 years ago • 2 comments

Hi, This is a question about package functionality. I was wondering if there are recommendations for how to extract tables in which rows span multiple lines as in the tabula example here [https://github.com/tabulapdf/tabula-extractor/issues/23]? My own data are somewhat simper in that there are no subheaders, but the same issue arrises - rows spanning multiple lines. Thank you for a great package!

library("tabulizer")

specify filename

file <- '~/Desktop/atipp_coordinators_govt_agencies.pdf'

read file

out1 <- extract_tables(file, output = "data.frame", method = 'lattice', pages=2)

ksw9 avatar Feb 06 '19 06:02 ksw9

Same

Stephonomon avatar May 26 '20 20:05 Stephonomon

I have the same issue

huss22us avatar Nov 01 '21 08:11 huss22us