We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e44c60c commit 539673bCopy full SHA for 539673b
src/arch/simddetect.h
@@ -52,7 +52,7 @@ class SIMDDetect {
52
}
53
54
// Update settings after config variable was set.
55
- static void Update();
+ static TESS_API void Update();
56
57
private:
58
// Constructor, must set all static member variables.
src/dict/dict.h
@@ -301,7 +301,7 @@ class Dict {
301
302
/// Initialize Dict class - load dawgs from [lang].traineddata and
303
/// user-specified wordlist and parttern list.
304
- static DawgCache *GlobalDawgCache();
+ static TESS_API DawgCache *GlobalDawgCache();
305
// Sets up ready for a Load or LoadLSTM.
306
void SetupForLoad(DawgCache *dawg_cache);
307
// Loads the dawgs needed by Tesseract. Call FinishLoad() after.
0 commit comments