Merge pull request #1066 from hsed:patch-1

fixed typo in comment (#1066)

Line 139: Fixed typo of word "length".
pull/1077/head
Haaris 8 years ago committed by Alexander Alekhin
parent 880deec68f
commit 58f7afcb2d
  1. 2
      modules/text/samples/end_to_end_recognition.cpp

@ -136,7 +136,7 @@ int main(int argc, char* argv[])
ocr->run(group_img, output, &boxes, &words, &confidences, OCR_LEVEL_WORD);
output.erase(remove(output.begin(), output.end(), '\n'), output.end());
//cout << "OCR output = \"" << output << "\" lenght = " << output.size() << endl;
//cout << "OCR output = \"" << output << "\" length = " << output.size() << endl;
if (output.size() < 3)
continue;

Loading…
Cancel
Save