Package: image.binarization
Type: Package
Title: Binarize Images for Enhancing Optical Character Recognition
Version: 0.1.3
Maintainer: Jan Wijffels <jwijffels@bnosac.be>
Authors@R: c(
    person('Jan', 'Wijffels', role = c('aut', 'cre', 'cph'), email = 'jwijffels@bnosac.be', comment = "R wrapper"), 
    person('Vrije Universiteit Brussel - DIGI: Brussels Platform for Digital Humanities', role = 'cph', comment = "R wrapper"),
    person('Brandon M. Petty', role = c('ctb', 'cph'), comment = "Files in src/Doxa"))
Description: Improve optical character recognition by binarizing images. The package focuses primarily on local adaptive thresholding algorithms. 
    In English, this means that it has the ability to turn a color or gray scale image into a black and white image. This is particularly useful
    as a preprocessing step for optical character recognition or handwritten text recognition.
License: MPL-2.0
URL: https://github.com/DIGI-VUB/image.binarization
Encoding: UTF-8
Depends: R (>= 4.0.0)
Imports: Rcpp, magick, grDevices
LinkingTo: Rcpp
RoxygenNote: 7.1.2
SystemRequirements: C++17
NeedsCompilation: yes
Packaged: 2022-08-17 08:41:10 UTC; jwijffels
Author: Jan Wijffels [aut, cre, cph] (R wrapper),
  Vrije Universiteit Brussel - DIGI: Brussels Platform for Digital
    Humanities [cph] (R wrapper),
  Brandon M. Petty [ctb, cph] (Files in src/Doxa)
Repository: CRAN
Date/Publication: 2022-08-17 10:50:09 UTC
Built: R 4.2.0; x86_64-apple-darwin17.0; 2022-08-18 11:51:30 UTC; unix
Archs: image.binarization.so.dSYM
