tesseract/api
amitdo 270214e667 If there is no explicit renderer(s), default to TessTextRenderer
Revert fd429c32, 43834da7, 05de195e.

See #49, #59.

The code in this commit solves the issue in a more elegant way, IMHO.

Now you can use:
  * `tesseract eurotext.tif eurotext txt pdf`
  * `tesseract eurotext.tif eurotext txt hocr`
  * `tesseract eurotext.tif eurotext txt hocr pdf`

NOTE:
  With `tesseract eurotext.tif eurotext`
  or `tesseract eurotext.tif eurotext txt`
  the psm will be set to '3', but...
  With `tesseract eurotext.tif eurotext txt pdf`
  or `tesseract eurotext.tif eurotext txt hocr`
  the psm will be set to '1'.
2016-02-05 11:18:34 +01:00
..
apitypes.h Cleaned up externally used namespace by removing includes from baseapi.h 2012-02-02 03:14:16 +00:00
baseapi.cpp Don't use NULL for integer arguments 2016-02-05 11:13:15 +01:00
baseapi.h Remove unneeded const qualifiers 2016-02-05 11:13:00 +01:00
capi.cpp enable pdfrender with NO_CUBE_BUILD 2016-02-05 10:41:49 +01:00
capi.h enable pdfrender with NO_CUBE_BUILD 2016-02-05 10:41:49 +01:00
Makefile.am Get OpenCL to compile on OS X 2016-02-05 10:47:15 +01:00
Makefile.in temporary add configure and Makefile.in for release 2015-07-11 09:42:43 +02:00
pdfrenderer.cpp pdfrenderer: Fix uninitialized local variables 2016-02-05 11:15:54 +01:00
renderer.cpp Added osd renderer for psm 0. 2016-02-05 10:58:29 +01:00
renderer.h Added osd renderer for psm 0. 2016-02-05 10:58:29 +01:00
tesseractmain.cpp If there is no explicit renderer(s), default to TessTextRenderer 2016-02-05 11:18:34 +01:00