We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 146d2ca commit 98843e0Copy full SHA for 98843e0
unittest/applybox_test.cc
@@ -77,7 +77,7 @@ class ApplyBoxTest : public testing::Test {
77
EXPECT_TRUE(
78
it->BoundingBox(tesseract::RIL_SYMBOL, &left, &top, &right, &bottom));
79
TBOX ocr_box(ICOORD(left, height - bottom), ICOORD(right, height - top));
80
- int line_number;
+ int line_number = 0;
81
TBOX truth_box;
82
STRING box_text;
83
0 commit comments