Package: cpp11tesseract
Type: Package
Title: Open Source OCR Engine
Version: 5.3.5
Authors@R: c(person("Mauricio", "Vargas Sepulveda",
                    role = c("aut", "cre"), 
                    email = "m.sepulveda@mail.utoronto.ca", 
                    comment = c(ORCID = "0000-0003-1017-7574")),
             person("Jeroen", "Ooms",
                    role = c("aut"),
                    email = "jeroen@berkeley.edu",
                    comment = c("Author of tesseract R package",
                                ORCID = "0000-0002-4035-0289")),
             person("HP", role = "cph", comment = "Author of tesseract"),
             person("Google", role = "cph", comment = "Author of tesseract"),
             person("Munk School of Global Affairs and Public Policy",
                    role = "fnd")
            )
Description: Bindings to 'tesseract': 
     'tesseract' (<https://github.com/tesseract-ocr/tesseract>) is 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 OCR ( deb: libtesseract-dev
        libleptonica-dev tesseract-ocr-eng, rpm: tesseract-devel
        leptonica-devel tesseract-langpack-eng, brew: tesseract
        leptonica )
Imports: curl, digest
LinkingTo: cpp11
RoxygenNote: 7.3.2
Suggests: spelling, knitr, tibble, rmarkdown, testthat (>= 3.0.0)
Encoding: UTF-8
VignetteBuilder: knitr
Language: en-US
Config/testthat/edition: 3
NeedsCompilation: yes
Packaged: 2025-03-14 02:04:11 UTC; pacha
Author: Mauricio Vargas Sepulveda [aut, cre]
    (<https://orcid.org/0000-0003-1017-7574>),
  Jeroen Ooms [aut] (Author of tesseract R package,
    <https://orcid.org/0000-0002-4035-0289>),
  HP [cph] (Author of tesseract),
  Google [cph] (Author of tesseract),
  Munk School of Global Affairs and Public Policy [fnd]
Maintainer: Mauricio Vargas Sepulveda <m.sepulveda@mail.utoronto.ca>
Repository: CRAN
Date/Publication: 2025-03-14 14:10:02 UTC
