forked from Hegghammer/daiR
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
21 lines (21 loc) · 964 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Package: daiR
Title: An R Package for Google Document AI
Version: 0.4.0
Authors@R:
person(given = "Thomas",
family = "Hegghammer",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-6253-1518"))
Description: Google Document AI is a powerful server-based OCR processor. This package provides a wrapper for the Document AI API and additional tools for output file parsing and text reconstruction.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1.9000
Imports: httr, glue, jsonlite, magick, stringr, tabulizer, grDevices, gargle, usethis, googleCloudStorageR, utils, fs, purrr, dplyr, base64enc, pdftools, curl
Suggests: knitr, rmarkdown, qpdf, covr, testthat (>= 3.0.0), ngram
VignetteBuilder: knitr
URL: https://github.com/Hegghammer/daiR
BugReports: https://github.com/Hegghammer/daiR/issues
Config/testthat/edition: 3