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

javascript - Confirm a form & display message if form is valid with JQuery -

Retrieving ETA (estimated time of arrival) with Google Distance Matrix API and public transit as transport mode -

ionic framework - Meteor - Error: Failed to execute 'insertBefore' on 'Node' -