重新编译mips的tesseract-ocr

This commit is contained in:
modehua 2023-02-28 10:11:23 +08:00
parent 96b93a0ebe
commit cee1cc9aa1
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();