Commit 58f7afcb authored by Haaris's avatar Haaris Committed by Alexander Alekhin

Merge pull request #1066 from hsed:patch-1

fixed typo in comment (#1066)

Line 139: Fixed typo of word "length".
parent 880deec6
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment