重新编译aarch64版本的tesseract-ocr

This commit is contained in:
luoliangyi 2023-02-28 09:44:19 +08:00
parent b22ab46c6a
commit 96b93a0ebe
6 changed files with 8 additions and 0 deletions

View File

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

View File

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

View File

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

View File

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