mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-11-24 11:09:06 +08:00
fix issue Issue 684 : show correct line in failure message "Couldn't find a matching blob"
git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@723 d0cd1f9f-072b-0410-8dd7-cf729c803f20
This commit is contained in:
parent
d39cb38ab8
commit
e606c311f5
@ -157,7 +157,7 @@ PAGE_RES* Tesseract::ApplyBoxes(const STRING& fname,
|
||||
}
|
||||
if (!foundit) {
|
||||
box_failures++;
|
||||
ReportFailedBox(box_count, boxes[i], texts[i].string(),
|
||||
ReportFailedBox(i, boxes[i], texts[i].string(),
|
||||
"FAILURE! Couldn't find a matching blob");
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user