|
Tesseract
3.02
|
#include <stdio.h>#include <locale.h>#include "boxread.h"#include "rect.h"#include "strngs.h"#include "tessopt.h"#include "unichar.h"#include "unicharset.h"Go to the source code of this file.
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 | ||
| ) |
Definition at line 102 of file unicharset_extractor.cpp.
| void set_properties | ( | UNICHARSET * | unicharset, |
| const char *const | c_string | ||
| ) |
Definition at line 61 of file unicharset_extractor.cpp.
| UNICHAR_ID wc_to_unichar_id | ( | const UNICHARSET & | unicharset, |
| int | wc | ||
| ) |
Definition at line 49 of file unicharset_extractor.cpp.