Package: image.binarization Type: Package Title: Binarize Images for Enhancing Optical Character Recognition Version: 0.1.3 Maintainer: Jan Wijffels 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 Config/pak/sysreqs: libmagick++-dev gsfonts libssl-dev Repository: https://digi-vub.r-universe.dev Date/Publication: 2022-08-17 08:39:21 UTC RemoteUrl: https://github.com/digi-vub/image.binarization RemoteRef: HEAD RemoteSha: d1ac1b5f8e674412fd0fcd62e406e9521e7a2094 NeedsCompilation: yes Packaged: 2026-06-14 06:23:33 UTC; root 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)