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