trailing whitespaces

pull/283/head
lluis 10 years ago
parent 9c55b98813
commit 662e2ce561
  1. 2
      modules/text/samples/cropped_word_recognition.cpp

@ -59,7 +59,7 @@ int main(int argc, char* argv[])
vector<float> confidences;
ocr->run(image, output, &boxes, &words, &confidences, OCR_LEVEL_WORD);
cout << "OCR output = \"" << output << "\". Decoded in "
cout << "OCR output = \"" << output << "\". Decoded in "
<< ((double)getTickCount() - t_r)*1000/getTickFrequency() << " ms." << endl << endl;
return 0;

Loading…
Cancel
Save