tesseract-ocr / tesstrain

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

[app][feat] enable target_error_rate #167

Closed M3ssman closed 4 years ago

M3ssman commented 4 years ago

Please enable the lstmparameter target_error_rate for tesstrain!

To control training flow it's not always best to got for the MAX_ITERATIONS. We need also a quality criteria for the model, so it fits a certain mean error rate above the default of value of 0.01 before MAX_ITERATIONS are applied.