Package: rtika
Type: Package
Title: R Interface to 'Apache Tika'
Version: 3.2.3
Authors@R: c(
    person(given = "Sasha", family = "Goodman", email="goodmansasha@gmail.com", role=c("aut","cre") ), 
    person(given = "The Apache Software Foundation", role=c("aut","cph") ),
    person(given = "Julia", family = "Silge", role = c("rev"), comment = "Reviewed the package for rOpenSci, see https://github.com/ropensci/software-review/issues/191/"),
    person(given = "David",family = "Gohel", role = c("rev"), comment = "Reviewed the package for rOpenSci, see https://github.com/ropensci/software-review/issues/191/")
 )
Maintainer: Sasha Goodman <goodmansasha@gmail.com>
Imports: curl, sys (>= 2.1), stats, utils, digest, backports
Suggests: jsonlite, xml2, testthat, knitr, rmarkdown, covr, magrittr
License: Apache License 2.0 | file LICENSE
SystemRequirements: Java (>=11)
Description: Extract text or metadata from over a thousand file types, using Apache Tika <https://tika.apache.org/>. Get either plain text or structured XHTML content. 
Depends: R (>= 3.5.0)
Encoding: UTF-8
RoxygenNote: 7.3.3
URL: https://docs.ropensci.org/rtika/,
        https://github.com/ropensci/rtika/
BugReports: https://github.com/ropensci/rtika/issues/
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2025-10-12 13:49:08 UTC; sashagoodman
Author: Sasha Goodman [aut, cre],
  The Apache Software Foundation [aut, cph],
  Julia Silge [rev] (Reviewed the package for rOpenSci, see
    https://github.com/ropensci/software-review/issues/191/),
  David Gohel [rev] (Reviewed the package for rOpenSci, see
    https://github.com/ropensci/software-review/issues/191/)
Repository: CRAN
Date/Publication: 2025-10-12 14:30:02 UTC
Built: R 4.4.3; ; 2025-11-01 02:13:58 UTC; windows
