tesseract-ocr / tesstrain

Train Tesseract LSTM with make
Apache License 2.0
625 stars 180 forks source link

Bug Fix: generate_line_box.py should NOT throw an error when the number lines in GT file is equal to one #185

Closed abhishekthanki closed 4 years ago

kba commented 4 years ago

Eek, good catch! @abhishekthanki I think the same problem exists in the other generate_*.py files. Can you fix the comparison there as well, please? Thanks.

abhishekthanki commented 4 years ago

@kba Done!