1config BR2_PACKAGE_OCRAD 2 bool "ocrad" 3 depends on BR2_INSTALL_LIBSTDCPP 4 help 5 GNU Ocrad is an OCR (Optical Character Recognition) program 6 based on a feature extraction method. 7 It reads images in pbm (bitmap), pgm (greyscale) or 8 ppm (color) formats and produces text in byte (8-bit) or 9 UTF-8 formats. 10 11 http://www.gnu.org/software/ocrad/ 12 13comment "ocrad needs a toolchain w/ C++" 14 depends on !BR2_INSTALL_LIBSTDCPP 15