r - Tabulizer extraction missings -


i'm using extract_tables tabulizer-package extract tables pdf file. works fine if table less 4 lines headers it's not extracted. if table more 4 lines it's extracted.

this code use :

text <- extract_tables("file path, file name") table <- do.call(rbind, text) table <- as.data.frame(table)  

i tried solution fixing area:

text <- extract_tables("file path, file name", area = c(0,0,595,842)) 

but in case columns missing , columns merged.

did face same issue , knows how solve it?


Comments

Popular posts from this blog

Command prompt result in label. Python 2.7 -

javascript - How do I use URL parameters to change link href on page? -

amazon web services - AWS Route53 Trying To Get Site To Resolve To www -