Package: imgrec
Type: Package
Title: Image Recognition
Version: 0.1.0
Date: 2019-07-05
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
LazyData: true
RoxygenNote: 6.1.1
Imports: knitr (>= 1.2.0), base64enc (>= 0.1.0), dplyr (>= 0.7.0), httr
        (>= 1.4.0), jsonlite (>= 1.6.0), rlang (>= 0.4.0)
Suggests: magick (>= 2.0.0), ggplot2 (>= 3.2.0), usethis (>= 1.5.0),
        pillar (>= 1.4.0), rmarkdown (>= 1.1.0)
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2019-07-05 15:41:55 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: 2019-07-12 15:50:06 UTC
