mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-11-23 18:49:08 +08:00
commit
6b8200207d
@ -1182,7 +1182,7 @@ bool ColPartition::MarkAsLeaderIfMonospaced() {
|
||||
tprintf("No path\n");
|
||||
} else {
|
||||
tprintf("Total cost = %d vs allowed %d\n",
|
||||
best_end->total_cost() < blob_count);
|
||||
best_end->total_cost(), blob_count);
|
||||
}
|
||||
}
|
||||
delete [] projection;
|
||||
|
Loading…
Reference in New Issue
Block a user