重新编译loongarch64上的tesseract-ocr

This commit is contained in:
luoliangyi 2023-02-28 10:57:08 +08:00
parent cee1cc9aa1
commit 8b97af1e30
6 changed files with 8 additions and 0 deletions

View File

@ -93,6 +93,8 @@ class TESS_API TessBaseAPI {
TessBaseAPI();
virtual ~TessBaseAPI();
int MyOSD();
/**
* Returns the version identifier as a static string. Do not delete.
*/

View File

@ -176,6 +176,8 @@ struct Pix;
struct Boxa;
struct Pixa;
TESS_API int MyOSD(TessBaseAPI* api);
/* General free functions */
TESS_API const char* TESS_CALL TessVersion();

View File

@ -93,6 +93,8 @@ class TESS_API TessBaseAPI {
TessBaseAPI();
virtual ~TessBaseAPI();
int MyOSD();
/**
* Returns the version identifier as a static string. Do not delete.
*/

View File

@ -176,6 +176,8 @@ struct Pix;
struct Boxa;
struct Pixa;
TESS_API int MyOSD(TessBaseAPI* api);
/* General free functions */
TESS_API const char* TESS_CALL TessVersion();