RetroArch
Classes | Functions | Variables
tess_get_text.h File Reference
#include <boolean.h>
#include <retro_common_api.h>
Include dependency graph for tess_get_text.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  tess_image
 

Functions

bool tess_init (const char *lang_data_dir, const char *language)
 
void tess_deinit (void)
 
char * tess_get_text (tess_image image)
 

Variables

char tess_last_error []
 

Function Documentation

◆ tess_deinit()

void tess_deinit ( void  )

◆ tess_get_text()

char* tess_get_text ( tess_image  image)
Here is the caller graph for this function:

◆ tess_init()

bool tess_init ( const char *  lang_data_dir,
const char *  language 
)
Here is the caller graph for this function:

Variable Documentation

◆ tess_last_error

char tess_last_error[]