#include <stdio.h>
#include <locale.h>
#include "unichar.h"
#include "unicharset.h"
#include "strngs.h"
#include "boxread.h"
#include "tessopt.h"
Functions | |
UNICHAR_ID | wc_to_unichar_id (const UNICHARSET &unicharset, int wc) |
void | set_properties (UNICHARSET *unicharset, const char *const c_string) |
int | main (int argc, char **argv) |
int main | ( | int | argc, | |
char ** | argv | |||
) |
void set_properties | ( | UNICHARSET * | unicharset, | |
const char *const | c_string | |||
) |
UNICHAR_ID wc_to_unichar_id | ( | const UNICHARSET & | unicharset, | |
int | wc | |||
) |