Error when extracting Image from PDF using package (tabulizer)

I'm Trying to extract table using package (tabulizer) here is the simple code:

library(tabulizer)
file <- "https://www.sdccu.com/CURates/HomeLoanRates.pdf"
#extract tables
mortgagerates <- extract_tables(file, encoding = "UTF-8")

I got the following error:

Error in .jcall("RJavaTools", "Ljava/lang/Object;", "invokeMethod", cl,  : 
  java.lang.IllegalAccessException: class RJavaTools cannot access a member of class java.util.ArrayList$Itr (in module java.base) with modifiers "public"

Please help me to solve this problem.

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.

I have the same error with the same package.