tesseract/tessdata
Jeff Breidenbach fd429c32a0 PDF creation: not disabling tessedit_create_txt
Okay, everything is more of less under control except for this:

  tesseract phototest.tif - pdf > phototest.pdf

This is sending activating both the text renderer, and the pdf renderer.
They both get sent to stdout where they mix together and cause chaos.
Same thing happens with this command.

   tesseract phototest.tif stdout pdf > phototest.pdf

What's happening is tesseractmain.cpp is setting tessedit_create_pdf without
disabling tessedit_create_txt.

https://groups.google.com/d/msgid/tesseract-dev/32c065ee-aefa-441a-b37b-b6bdc234c8ab%40googlegroups.com
2015-07-18 08:39:57 +01:00
..
configs PDF creation: not disabling tessedit_create_txt 2015-07-18 08:39:57 +01:00
tessconfigs temporary add configure and Makefile.in for release 2015-07-11 09:42:43 +02:00
eng.user-patterns fix issue 755; add example config files from tesseract manpage 2013-10-20 20:20:10 +00:00
eng.user-words fix issue 755; add example config files from tesseract manpage 2013-10-20 20:20:10 +00:00
Makefile.am Fixes to make yesterday's changes compile 2015-05-13 09:58:59 -07:00
Makefile.in temporary add configure and Makefile.in for release 2015-07-11 09:42:43 +02:00
pdf.ttf Significant change to invisible font system 2015-05-12 17:33:18 -07:00