Package: cpp11tesseract
Type: Package
Title: Open Source OCR Engine
Version: 5.3.2
Authors@R: c(person("Jeroen", "Ooms",
                    role = c("aut"),
                    email = "jeroen@berkeley.edu",
                    comment = c(ORCID = "0000-0002-4035-0289")),
             person("Mauricio", "Vargas Sepulveda",
                    role = c("aut", "cre"), 
                    email = "m.sepulveda@mail.utoronto.ca", 
                    comment = c(ORCID = "0000-0003-1017-7574")),
             person("Munk School of Global Affairs and Public Policy",
                    role = "fnd")
            )
Description: Bindings to 'Tesseract': 
     a powerful optical character recognition (OCR) engine that supports over
     100 languages. The engine is highly configurable in order to tune the
     detection algorithms and obtain the best possible results.
License: Apache License (>= 2)
URL: https://pacha.dev/cpp11tesseract/
BugReports: https://github.com/pachadotdev/cpp11tesseract/issues
SystemRequirements: Tesseract >= 4.0.0 (libtesseract-dev /
        tesseract-devel) and Leptonica (libleptonica-dev /
        leptonica-devel). On Debian you need to install the English and
        other languages training data separately (e.g.
        tesseract-ocr-eng or tesseract-ocr-spa).
Imports: pdftools (>= 1.5), curl, digest
LinkingTo: cpp11
RoxygenNote: 7.3.1
Suggests: magick (>= 1.7), spelling, knitr, tibble, rmarkdown
Encoding: UTF-8
VignetteBuilder: knitr
Language: en-US
NeedsCompilation: yes
Packaged: 2024-10-21 16:41:20 UTC; pacha
Author: Jeroen Ooms [aut] (<https://orcid.org/0000-0002-4035-0289>),
  Mauricio Vargas Sepulveda [aut, cre]
    (<https://orcid.org/0000-0003-1017-7574>),
  Munk School of Global Affairs and Public Policy [fnd]
Maintainer: Mauricio Vargas Sepulveda <m.sepulveda@mail.utoronto.ca>
Repository: CRAN
Date/Publication: 2024-10-22 13:40:02 UTC
