|
tesseract
5.0.0-alpha-619-ge9db
|
#include <sstream>#include <string>#include <vector>#include "absl/strings/str_cat.h"#include "absl/strings/str_join.h"#include <tesseract/unichar.h>Go to the source code of this file.
Namespaces | |
| tesseract | |
Functions | |
| std::string | tesseract::CodepointList (const std::vector< char32 > &str32) |
| std::string | tesseract::PrintString32WithUnicodes (const std::string &str) |
| std::string | tesseract::PrintStringVectorWithUnicodes (const std::vector< std::string > &glyphs) |
| void | tesseract::ExpectGraphemeModeResults (const std::string &str, UnicodeNormMode u_mode, int unicode_count, int glyph_count, int grapheme_count, const std::string &target_str) |