tesseract/api
Stefan Weil 84396707a8 Fix crash if output file could not be opened
This error case results in fout_ == nullptr.
Closing a nullptr file is not allowed.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
2017-05-13 17:27:07 +02:00
..
apitypes.h Replace reserved identifiers used in #define guards header files 2016-12-04 15:43:03 +01:00
baseapi.cpp baseapi: Simplify code 2017-05-13 12:14:29 +02:00
baseapi.h RAII: *::GetUNLVText() 2017-05-11 02:02:37 +02:00
capi.cpp Implement invisible text only for PDF 2017-01-20 21:26:34 +01:00
capi.h Fix C-API 2017-01-21 07:40:54 +01:00
Makefile.am Remove most libtiff dependencies 2017-05-12 10:15:35 +02:00
pdfrenderer.cpp Fewer g++ -Wsign-compare warnings 2017-05-11 23:14:52 +02:00
renderer.cpp Fix crash if output file could not be opened 2017-05-13 17:27:07 +02:00
renderer.h Better escaping for PDF title; fixes #636 2017-04-02 19:01:16 +02:00
tesseractmain.cpp Fix order of destructor calls for DawgCache and TessBaseAPI 2017-05-13 11:35:30 +02:00