tesseract/api
Stefan Weil 660b366401 Fix issues reported by Coverity Scan (#1409)
* Fix CID 1164532 'Constant' variable guards dead code

Signed-off-by: Stefan Weil <sw@weilnetz.de>

* Fix CID 1164594 Argument cannot be negative

Signed-off-by: Stefan Weil <sw@weilnetz.de>

* Fix CID 1164597 Argument cannot be negative

Signed-off-by: Stefan Weil <sw@weilnetz.de>

* Fix CID 1366447 Argument cannot be negative

Fix also the data type for current_pos, as ftell returns a long value.

Signed-off-by: Stefan Weil <sw@weilnetz.de>

* Fix CID 1270404 Arguments in wrong order

This does not change the code, but should help Coverity Scan to see
that the argument order is as intended.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
2018-03-22 20:00:01 +01:00
..
apitypes.h Move LSTM unicharset and recoder to traineddata with version string part1. Backwards compatible - maybe. 2017-07-14 11:14:23 -07:00
baseapi.cpp Use POSIX data types and macros (#878) 2018-03-13 21:36:30 +01:00
baseapi.h Move LSTM unicharset and recoder to traineddata with version string part1. Backwards compatible - maybe. 2017-07-14 11:14:23 -07: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 macro USE_STD_NAMESPACE (#1360) 2018-03-04 14:43:28 +01:00
pdfrenderer.cpp Fix issues reported by Coverity Scan (#1409) 2018-03-22 20:00:01 +01:00
renderer.cpp Remove Tesseract parameter "include_page_breaks" and use FF by default 2017-09-19 07:34:32 +02:00
renderer.h Fix some typos in comments (found by codespell) (#1331) 2018-02-21 08:39:07 +01:00
tesseractmain.cpp Improve help text for OCR engine mode (#1326) 2018-02-19 09:43:58 +01:00