|
tesseract
5.0.0-alpha-619-ge9db
|
#include "unicharset_training_utils.h"#include <cstdlib>#include <cstring>#include <string>#include <vector>#include "fileio.h"#include "icuerrorcode.h"#include "normstrngs.h"#include "statistc.h"#include <tesseract/unichar.h>#include "unicharset.h"#include "unicode/uchar.h"#include "unicode/uscript.h"Go to the source code of this file.
Namespaces | |
| tesseract | |
Functions | |
| void | tesseract::SetupBasicProperties (bool report_errors, bool decompose, UNICHARSET *unicharset) |
| void | tesseract::SetScriptProperties (const std::string &script_dir, UNICHARSET *unicharset) |
| std::string | tesseract::GetXheightString (const std::string &script_dir, const UNICHARSET &unicharset) |
| void | tesseract::SetPropertiesForInputFile (const std::string &script_dir, const std::string &input_unicharset_file, const std::string &output_unicharset_file, const std::string &output_xheights_file) |