R/tabulizerjars.R

#' @docType package
#' @name tabulizerjars
#' @title Java '.jar' files of 'Tabula' PDF table extractor library.
#' @description 'Tabula' is a Java library designed to computationally extract
#' tables from PDF documents. The only purpose of 'tabulizerjars' is to
#' distribute releases of 'Tabula' Java library to be used with 'tabulizer' package. 
#' Note that the package itself does not provide any functionality apart from 
#' basic linking to Java version installed on the system.
#' 
#' @examples 
#' library("tabulizerjars")
#' 
#' @references See \href{https://tabula.technology/}{Tabula} webpage and 
#' \href{https://github.com/ropensci/tabulizer/}{tabulizer} package for 
#' more details and all the features.
NULL
leeper/tabulizerjars documentation built on May 21, 2019, 1:39 a.m.