tesseract 5.2.0
Loading...
Searching...
No Matches
tesseract::TesseractTest Class Reference
Inheritance diagram for tesseract::TesseractTest:

Static Protected Member Functions

static std::string TestDataNameToPath (const std::string &name)
 
static std::string TessdataPath ()
 

Detailed Description

Definition at line 55 of file baseapi_test.cc.

Member Function Documentation

◆ TessdataPath()

static std::string tesseract::TesseractTest::TessdataPath ( )
inlinestaticprotected

Definition at line 60 of file baseapi_test.cc.

60 {
61 return TESSDATA_DIR;
62 }

◆ TestDataNameToPath()

static std::string tesseract::TesseractTest::TestDataNameToPath ( const std::string &  name)
inlinestaticprotected

Definition at line 57 of file baseapi_test.cc.

57 {
58 return file::JoinPath(TESTING_DIR, name);
59 }
static std::string JoinPath(const std::string &s1, const std::string &s2)
Definition: include_gunit.h:65

The documentation for this class was generated from the following file: