Merge pull request #1929 from DevelopAlex/patch-1

Minor: Only print "Merging rows..." in debug mode
This commit is contained in:
zdenop 2018-09-24 14:12:17 +02:00 committed by GitHub
commit e1245f5c54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2519,7 +2519,7 @@ OVERLAP_STATE most_overlapping_row( //find best row
test_row->min_y () <
row->min_y ()? test_row->min_y () : row->min_y ();
if (merge_top - merge_bottom <= rowsize) {
if (testing_blob) {
if (testing_blob && textord_debug_blob) {
tprintf ("Merging rows at (%g,%g), (%g,%g)\n",
row->min_y (), row->max_y (),
test_row->min_y (), test_row->max_y ());