Package: image.textlinedetector
Type: Package
Title: Segment Images in Text Lines and Words
Version: 0.1.3
Maintainer: Jan Wijffels <jan.wijffels@vub.be>
Authors@R: c(
    person('Jan', 'Wijffels', role = c('aut', 'cre', 'cph'), email = 'jan.wijffels@vub.be', comment = "R wrapper"), 
    person('Vrije Universiteit Brussel - DIGI: Brussels Platform for Digital Humanities', role = 'cph', comment = "R wrapper"),
    person("Jeroen", "Ooms", role = c("ctb", "cph"), comment = "More details in LICENSE.note file"),
    person("Arthur Flôr", role = c("ctb", "cph"), comment = "More details in LICENSE.note file"),
    person("Saverio Meucci", role = c("ctb", "cph"), comment = "More details in LICENSE.note file"),
    person("Yeara Kozlov", role = c("ctb", "cph"), comment = "More details in LICENSE.note file"),
    person("Tino Weinkauf", role = c("ctb", "cph"), comment = "More details in LICENSE.note file"))
Description: Find text lines in scanned images and segment the lines into words.
    Includes implementations of the paper 'Novel A* Path Planning Algorithm for Line Segmentation of Handwritten Documents' by Surinta O. et al (2014) <doi:10.1109/ICFHR.2014.37> available at <https://github.com/smeucci/LineSegm>,
    an implementation of 'A Statistical approach to line segmentation in handwritten documents' by Arivazhagan M. et al (2007) <doi:10.1117/12.704538>, 
    and a wrapper for an image segmentation technique to detect words in text lines as described in the paper 'Scale Space Technique for Word Segmentation in Handwritten Documents' by Manmatha R. and Srimal N. (1999) paper at <doi:10.1007/3-540-48236-9_3>, wrapper for code available at <https://github.com/arthurflor23/text-segmentation>.
License: MIT + file LICENSE
URL: https://github.com/DIGI-VUB/image.textlinedetector
Encoding: UTF-8
LazyData: true
Imports: Rcpp (>= 0.12.9), magick
Suggests: opencv
LinkingTo: Rcpp
SystemRequirements: C++11 and OpenCV 3 or newer: libopencv-dev (Debian,
        Ubuntu) or opencv-devel (Fedora)
RoxygenNote: 7.1.1
NeedsCompilation: yes
Packaged: 2021-01-25 11:14:51 UTC; jwijffels
Author: Jan Wijffels [aut, cre, cph] (R wrapper),
  Vrije Universiteit Brussel - DIGI: Brussels Platform for Digital
    Humanities [cph] (R wrapper),
  Jeroen Ooms [ctb, cph] (More details in LICENSE.note file),
  Arthur Flôr [ctb, cph] (More details in LICENSE.note file),
  Saverio Meucci [ctb, cph] (More details in LICENSE.note file),
  Yeara Kozlov [ctb, cph] (More details in LICENSE.note file),
  Tino Weinkauf [ctb, cph] (More details in LICENSE.note file)
Repository: CRAN
Date/Publication: 2021-01-25 21:50:06 UTC
