kumquat-buildroot/package/ocrad/Config.in
Fabrice Fontaine 1b677db703 package/ocrad: bump to version 0.28
- Add libpng mandatory dependency

https://lists.gnu.org/archive/html/bug-ocrad/2022-01/msg00000.html

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2022-08-09 13:27:35 +02:00

16 lines
459 B
Plaintext

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