Giter Club home page Giter Club logo

Comments (3)

harshalas avatar harshalas commented on May 24, 2024

I tried using suggestion by @leeper on another thread by giving same page number three times and specifying the areas. The first two tables were extracted perfect, however the third table which was flowing into next page gave error

org_affiliates_3 <- as.data.frame(extract_tables(fn, pages = c(sel_page,sel_page,sel_page), area = c(list(c(top3,left3,bottom3,right3)),list(c(top3+194,left3,bottom3+194,right3)),list(c(top3+194+194,left3,bottom3+194+194,right3))), guess = FALSE, method = "data.frame"))

Error in (function (..., row.names = NULL, check.rows = FALSE, check.names = TRUE, :
arguments imply differing number of rows: 10, 6

Is there a way to just bypass the error, and extract only 6 rows for third table

from tabulapdf.

leeper avatar leeper commented on May 24, 2024

If you use a different methodargument, you should be able to get back a structure that isn't passed through data.frame(). You might try the method = "csv" option, which will just save a CSV locally (directly from the underlying Java code) or method = "character".

from tabulapdf.

harshalas avatar harshalas commented on May 24, 2024

Thankyou @leeper
I tried all the methods.. but none of them seem to work
extract_tables(fn, pages=7,package = "tabulizer",method = "csv")
[1] "C:\tabulizer\phd\Ind"
there is no file created in the folder

extract_tables(fn, pages=7,package = "tabulizer",method = "character")
list()
extract_tables(fn, pages=7,package = "tabulizer",method = "asis")
[1] "Java-Object{[]}"
extract_tables(fn, pages=7,package = "tabulizer",method = "tsv")
[1] "C:\tabulizer\phd\Ind" - No file created
extract_tables(fn, pages=7,package = "tabulizer",method = "json")
[1] "C:\tabulizer\phd\Ind"

from tabulapdf.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.