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

Go to the source code of this file.

Classes

struct  ocr_image_info
 
struct  ocr_driver
 

Typedefs

typedef struct ocr_driver ocr_driver_t
 

Functions

bool ocr_driver_init (void)
 
void ocr_driver_free (void)
 
char * ocr_driver_get_text (struct ocr_image_info image)
 

Variables

const ocr_driver_t ocr_null
 

Typedef Documentation

◆ ocr_driver_t

typedef struct ocr_driver ocr_driver_t

Function Documentation

◆ ocr_driver_free()

void ocr_driver_free ( void  )

◆ ocr_driver_get_text()

char* ocr_driver_get_text ( struct ocr_image_info  image)
Here is the caller graph for this function:

◆ ocr_driver_init()

bool ocr_driver_init ( void  )
Here is the call graph for this function:

Variable Documentation

◆ ocr_null

const ocr_driver_t ocr_null