tesseract/src
Stefan Weil ecf73f5bc7 training: Don't terminate after processing 8 fonts or 8 images
tesstrain_utils.sh sets the shell flag -e, so it exits immediately
if a command exits with a non-zero status.

The following command returns a non-zero status as soon as counter is a
multiple of par_factor (par_factor=8, that means as soon as 8 fonts or
images are processed):

    let rem=counter%par_factor

The new code fixes this undesired exit.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
2019-01-23 17:26:40 +01:00
..
api Compile files for AVX, AVX2 or SSE only when needed 2019-01-14 21:34:37 +01:00
arch Fix selection of IntSimdMatrix method 2019-01-20 22:13:04 +01:00
ccmain Merge pull request #310 from nickjwhite/hocrcharboxes 2019-01-14 19:19:04 +01:00
ccstruct OpenCL: Add comments to users of openclwrapper.h 2019-01-09 12:11:00 +01:00
ccutil Fix potential crash in tprintf 2018-11-30 23:14:11 +01:00
classify Add necessary intproto.h header to protos.cpp 2019-01-04 20:19:54 +00:00
cutil Remove unused code from oldlist 2019-01-03 12:27:10 +01:00
dict Remove unused include statements for tprintf.h 2018-11-18 17:25:01 +01:00
lstm Clean code for IntSimdMatrix 2019-01-14 21:34:37 +01:00
opencl OpenCL: Fix alloc-dealloc mismatch 2019-01-19 08:06:26 +01:00
textord OpenCL: Add comments to users of openclwrapper.h 2019-01-09 12:11:00 +01:00
training training: Don't terminate after processing 8 fonts or 8 images 2019-01-23 17:26:40 +01:00
viewer implement patches vcpkg tesseract 2018-11-08 21:37:47 +01:00
vs2010/tesseract replace VS implementation of gettimeofday with std::chrono::steady_clock::now(); fixes #2038 2018-11-08 19:43:46 +01:00
wordrec un-fix one of the warnings 2018-10-30 18:10:48 -06:00