Package: imgrec
Type: Package
Title: An Interface for Image Recognition
Version: 0.1.3
Date: 2021-12-09
Authors@R: person("Carsten", "Schwemmer", email = "c.schwem2er@gmail.com", comment = c(ORCID = "0000-0001-9084-946X"), role = c("aut", "cre"))
URL: https://github.com/cschwem2er/imgrec
BugReports: https://github.com/cschwem2er/imgrec/issues
Description: Provides an interface for image recognition using the 'Google Vision API' <https://cloud.google.com/vision/> .  Converts API data for features such as object detection and optical character recognition to data frames. The package also includes functions for analyzing image annotations.
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.1.1
Imports: knitr (>= 1.3.0), base64enc (>= 0.1-0), dplyr (>= 1.0.0), httr
        (>= 1.4.0), jsonlite (>= 1.7.0), rlang (>= 0.4.0)
Suggests: magick (>= 2.7.0), ggplot2 (>= 3.3.0), usethis (>= 2.1.0),
        pillar (>= 1.6.0), rtweet (>= 0.7.0), rmarkdown (>= 2.7.0)
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2021-12-09 11:17:36 UTC; kasus
Author: Carsten Schwemmer [aut, cre] (<https://orcid.org/0000-0001-9084-946X>)
Maintainer: Carsten Schwemmer <c.schwem2er@gmail.com>
Repository: CRAN
Date/Publication: 2021-12-09 13:40:06 UTC
Built: R 4.2.0; ; 2022-03-22 17:33:59 UTC; unix
