31 #include <QtGui/QImage>
33 #include <scribo/toolchain/nepomuk/text_extraction.hh>
35 #include "tests/data.hh"
39 QImage ima(SCRIBO_IMG_DIR
"/wildly.pbm");
42 mln_assertion(words.size() == 1);
43 QString word = words.toList().at(0).toLower();
44 mln_assertion(word ==
"wildly");