Extract_Tables() - Tabulizer - Illegal Reflective Access by RJavaTools

Hello. I am new in R and I am trying to extract a table from a PDF file that looks like the following image.

I need the final result as the image that follows.

I tried with other pdf file and worked fine. But this one is giving me errors.

I applied the following functions but it does not get through. Can some one help me please.

Functions:
pathway_sjb <- file.path("./", "0004-SAN_JUAN_BAUTISTA_sept_2020.pdf")
sjb_sept_20 <- extract_tables(pathway_sjb)
sjb_sept_20 <- do.call(rbind, sjb_sept_20)

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.