tesseract v5.3.3.20231005
|
#include "include_gunit.h"
#include <tesseract/baseapi.h>
#include <tesseract/ocrclass.h>
#include "image.h"
#include <allheaders.h>
#include "gmock/gmock.h"
#include <fstream>
#include <iostream>
#include <locale>
#include <memory>
#include <string>
#include <time.h>
Go to the source code of this file.
Classes | |
class | tesseract::QuickTest |
class | tesseract::ClassicMockProgressSink |
class | tesseract::NewMockProgressSink |
Namespaces | |
namespace | tesseract |
Functions | |
void | tesseract::ClassicProgressTester (const char *imgname, const char *tessdatadir, const char *lang) |
void | tesseract::NewProgressTester (const char *imgname, const char *tessdatadir, const char *lang) |
tesseract::TEST (QuickTest, ClassicProgressReporting) | |
tesseract::TEST (QuickTest, NewProgressReporting) | |