-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
53 lines (53 loc) · 1.39 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
Package: daiR
Title: Interface with Google Cloud Document AI API
Version: 1.1.0
Authors@R:
person("Thomas", "Hegghammer", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-6253-1518"))
Description: R interface for the Google Cloud Services 'Document AI API'
<https://cloud.google.com/document-ai/> with additional tools for
output file parsing and text reconstruction. 'Document AI' is a
powerful server-based OCR service that extracts text and tables from
images and PDF files with high accuracy. 'daiR' gives R users
programmatic access to this service and additional tools to handle
and visualize the output. See the package website <https://dair.info/>
for more information and examples.
License: MIT + file LICENSE
URL: https://github.com/Hegghammer/daiR, https://dair.info
BugReports: https://github.com/Hegghammer/daiR/issues
Depends:
R (>= 4.2.0)
Imports:
base64enc,
beepr,
cli,
data.table,
fs,
gargle,
glue,
googleCloudStorageR,
graphics,
grDevices,
httr,
jsonlite,
lifecycle,
magick,
pdftools,
purrr,
readtext,
stats,
stringr,
utils,
xml2
Suggests:
knitr,
ngram,
rmarkdown,
testthat (>= 3.1.10)
VignetteBuilder:
knitr
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2