vendor: OpenCV 5.0.0 snapshot at 755e50675d97db9b7d449d8bd6b09888646f6c6e
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
#if !defined(USE_STD_NAMESPACE)
|
||||
#define USE_STD_NAMESPACE
|
||||
#endif
|
||||
#include <tesseract/baseapi.h>
|
||||
#include <tesseract/resultiterator.h>
|
||||
|
||||
static void test()
|
||||
{
|
||||
tesseract::TessBaseAPI tess;
|
||||
}
|
||||
|
||||
int main() { test(); return 0; }
|
||||
Reference in New Issue
Block a user