Skip to content

Commit

Permalink
Merge pull request tesseract-ocr#3158 from Shreeshrii/master
Browse files Browse the repository at this point in the history
fixes issue tesseract-ocr#3099
  • Loading branch information
amitdo authored Nov 25, 2020
2 parents dea08c3 + 3171009 commit 4c35f51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unittest/resultiterator_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ TEST_F(ResultIteratorTest, ComplexTest) {
PageIterator* it = api_.AnalyseLayout();
EXPECT_FALSE(it == nullptr);
// The images should rebuild almost perfectly.
VerifyRebuilds(400, 400, 400, 400, 650, it);
VerifyRebuilds(2073, 2073, 2080, 2081, 2090, it);
delete it;
}

Expand Down

0 comments on commit 4c35f51

Please sign in to comment.