RetroArch
Functions | Variables
ocr_driver.c File Reference
#include <string/stdstring.h>
#include <libretro.h>
#include "ocr_driver.h"
#include "../configuration.h"
Include dependency graph for ocr_driver.c:

Functions

static const ocr_driver_tocr_find_backend (const char *ident)
 
bool ocr_driver_init (void)
 
void ocr_driver_free (void)
 
char * ocr_driver_get_text (struct ocr_image_info image)
 

Variables

static const ocr_driver_tocr_backends []
 
static const ocr_driver_tcurrent_ocr_backend = NULL
 
static voidocr_data = NULL
 

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:

◆ ocr_find_backend()

static const ocr_driver_t* ocr_find_backend ( const char *  ident)
static
Here is the call graph for this function:
Here is the caller graph for this function:

Variable Documentation

◆ current_ocr_backend

const ocr_driver_t* current_ocr_backend = NULL
static

◆ ocr_backends

const ocr_driver_t* ocr_backends[]
static
Initial value:
= {
}
const ocr_driver_t ocr_null
Definition: ocr_null.c:17
#define NULL
Pointer to 0.
Definition: gctypes.h:65

◆ ocr_data

void* ocr_data = NULL
static