mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-12-31 04:51:08 +08:00
ecf73f5bc7
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> |
||
---|---|---|
.. | ||
api | ||
arch | ||
ccmain | ||
ccstruct | ||
ccutil | ||
classify | ||
cutil | ||
dict | ||
lstm | ||
opencl | ||
textord | ||
training | ||
viewer | ||
vs2010/tesseract | ||
wordrec |