Config.in 432 B

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