tesseract/src/api
Stefan Weil 6801085376 pdfrenderer: Fix ClipBaseline and optimize code
The division was made with integers, giving a wrong result.

* Avoid division and use pure integer operations.
* Add missing "static" attribute.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
2018-07-01 08:33:56 +02:00
..
apitypes.h Move sources into src dir. Update build scripts. 2018-04-25 11:02:54 +03:00
baseapi.cpp Fix CID 1340287 (Unchecked return value) 2018-07-01 07:54:11 +02:00
baseapi.h Rename all C-style headers (e.g. <stdio.h>) to C++ style (<cstdio>). 2018-05-20 00:52:04 +03:00
capi.cpp Fixed a typo in progres monitor C API 2018-06-01 19:42:28 +02:00
capi.h capi: Fix regression caused by use of bool data type 2018-06-09 08:45:45 +02:00
Makefile.am Require tesseract/ for API header files (fixes potential name conflicts) 2018-06-17 22:01:19 +02:00
pdfrenderer.cpp pdfrenderer: Fix ClipBaseline and optimize code 2018-07-01 08:33:56 +02:00
renderer.cpp Replace string.h by standard C++ cstring 2018-06-21 20:40:26 +02:00
renderer.h Added downward compatibility for older APIs 2018-05-08 17:22:06 +02:00
tess_version.h.in Move sources into src dir. Update build scripts. 2018-04-25 11:02:54 +03:00
tesseractmain.cpp tesseractmain: Allow combinations of the different help options 2018-06-02 09:03:56 +02:00