We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ed7317 commit f728456Copy full SHA for f728456
unittest/apiexample_test.cc
@@ -25,7 +25,7 @@ TEST(TesseractTest, ApiExample)
25
{
26
char *outText;
27
std::locale loc("en_US.UTF-8"); // You can also use "" for the default system locale
28
- std::ifstream file("testfiles/phototest.txt");
+ std::ifstream file("../testing/phototest.txt");
29
file.imbue(loc); // Use it for file input
30
std::string gtText((std::istreambuf_iterator<char>(file)),
31
std::istreambuf_iterator<char>());
0 commit comments