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>.
Version: | 0.1.5 |
Imports: | Rcpp (≥ 0.12.9), magick |
LinkingTo: | Rcpp |
Suggests: | opencv |
Published: | 2021-09-03 |
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) |
Maintainer: | Jan Wijffels <jan.wijffels at vub.be> |
License: | MIT + file LICENSE |
URL: | https://github.com/DIGI-VUB/image.textlinedetector |
NeedsCompilation: | yes |
SystemRequirements: | C++11 and OpenCV 3 or newer: libopencv-dev (Debian, Ubuntu) or opencv-devel (Fedora) |
Materials: | README NEWS |
CRAN checks: | image.textlinedetector results |
Reference manual: | image.textlinedetector.pdf |
Package source: | image.textlinedetector_0.1.5.tar.gz |
Windows binaries: | r-devel: image.textlinedetector_0.1.5.zip, r-release: image.textlinedetector_0.1.5.zip, r-oldrel: image.textlinedetector_0.1.5.zip |
macOS binaries: | r-release (arm64): image.textlinedetector_0.1.5.tgz, r-oldrel (arm64): image.textlinedetector_0.1.5.tgz, r-release (x86_64): image.textlinedetector_0.1.5.tgz, r-oldrel (x86_64): image.textlinedetector_0.1.5.tgz |
Old sources: | image.textlinedetector archive |
Please use the canonical form https://CRAN.R-project.org/package=image.textlinedetector to link to this page.