Config.in 459 B

123456789101112131415
  1. config 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. http://www.gnu.org/software/ocrad/
  12. comment "ocrad needs a toolchain w/ C++"
  13. depends on !BR2_INSTALL_LIBSTDCPP