Closed GoogleCodeExporter closed 9 years ago
It's trivial to write little programs to do something. Some of the
approximately 200 programs in the prog/ directory carry out a simple task.
See, for example, printsplitimage.c or convertfilestopdf.c.
Original comment by dan.bloo...@gmail.com
on 8 Jun 2011 at 2:13
Is there any CLI wrappers for Leptonica? Tesseract has a nice CLI that you can
work without messing with C. I need something similar for Leptonica to
demonstrate it to students.
Original comment by iman.moh...@gmail.com
on 13 Dec 2014 at 2:45
leptonica has nearly 2500 callable (nonstatic) functions.
Take a look at the approx. 200 programs in the prog directory. You can make
some nice demos by just running a few of them.
Look at the README.html to decide if you want to use automake or the static
makefiles. (I find the latter to be easier in development and testing mode.)
Original comment by dan.bloo...@gmail.com
on 14 Dec 2014 at 12:07
Original issue reported on code.google.com by
binarymo...@gmail.com
on 8 Jun 2011 at 11:12