take a look at tesseractmain.cpp <http://digi.bib.uni-mannheim.de/tesseract/doc/a00026_source.html>.
352 api->GetBoolVariable <http://digi.bib.uni-mannheim.de/tesseract/doc/a02325.html#adc8316d75713a2abf5373f85f6f58a93> ("tessedit_create_pdf", &b); 353 if (b) { 354 bool textonly; 355 api->GetBoolVariable <http://digi.bib.uni-mannheim.de/tesseract/doc/a02325.html#adc8316d75713a2abf5373f85f6f58a93> ("textonly_pdf", &textonly); 356 renderers->push_back <http://digi.bib.uni-mannheim.de/tesseract/doc/a02321.html#a0dc89fe2a365b04a61017f9d78c1a303> (new tesseract::TessPDFRenderer <http://digi.bib.uni-mannheim.de/tesseract/doc/a02345.html>( 357 outputbase, api->GetDatapath <http://digi.bib.uni-mannheim.de/tesseract/doc/a02325.html#a212b46c962fc197a316e366de937ba96>(), textonly)); 358 } 359 -- You received this message because you are subscribed to the Google Groups "tesseract-ocr" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/tesseract-ocr. To view this discussion on the web visit https://groups.google.com/d/msgid/tesseract-ocr/CAG2NduWnZcQVkUf1N9%2BrcKH3bfxzp%3DqeS8ZQ6fCdO6niDpo1NQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.

