~ubuntu-branches/ubuntu/utopic/tesseract/utopic-proposed

« back to all changes in this revision

Viewing changes to ccmain/applybox.cpp

  • Committer: Package Import Robot
  • Author(s): Jeff Breidenbach
  • Date: 2012-10-23 23:25:05 UTC
  • mfrom: (1.1.7)
  • Revision ID: package-import@ubuntu.com-20121023232505-01pfq6trlgqtagwj
Tags: 3.02.02-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
157
157
    }
158
158
    if (!foundit) {
159
159
      box_failures++;
160
 
      ReportFailedBox(box_count, boxes[i], texts[i].string(),
 
160
      ReportFailedBox(i, boxes[i], texts[i].string(),
161
161
                      "FAILURE! Couldn't find a matching blob");
162
162
    }
163
163
  }