tesseract
5.0.0-alpha-619-ge9db
|
This is the complete list of members for tesseract::BoxChar, including all inherited members.
AddBox(int x, int y, int width, int height) | tesseract::BoxChar | |
box() const | tesseract::BoxChar | inline |
BoxChar(const char *utf8_str, int len) | tesseract::BoxChar | |
ch() const | tesseract::BoxChar | inline |
ContainsMostlyRTL(const std::vector< BoxChar * > &boxes) | tesseract::BoxChar | static |
GetDirection(int *num_rtl, int *num_ltr) const | tesseract::BoxChar | |
GetTesseractBoxStr(int height, const std::vector< BoxChar * > &boxes) | tesseract::BoxChar | static |
InsertNewlines(bool rtl_rules, bool vertical_rules, std::vector< BoxChar * > *boxes) | tesseract::BoxChar | static |
InsertSpaces(bool rtl_rules, bool vertical_rules, std::vector< BoxChar * > *boxes) | tesseract::BoxChar | static |
MostlyVertical(const std::vector< BoxChar * > &boxes) | tesseract::BoxChar | static |
mutable_box() | tesseract::BoxChar | inline |
mutable_ch() | tesseract::BoxChar | inline |
operator<(const BoxChar &other) const | tesseract::BoxChar | inline |
page() const | tesseract::BoxChar | inline |
PrepareToWrite(std::vector< BoxChar * > *boxes) | tesseract::BoxChar | static |
ReorderRTLText(std::vector< BoxChar * > *boxes) | tesseract::BoxChar | static |
ReverseUnicodesInBox() | tesseract::BoxChar | |
RotateBoxes(float rotation, int xcenter, int ycenter, int start_box, int end_box, std::vector< BoxChar * > *boxes) | tesseract::BoxChar | static |
rtl_index() const | tesseract::BoxChar | inline |
set_page(int page) | tesseract::BoxChar | inline |
set_rtl_index(int index) | tesseract::BoxChar | inline |
TotalByteLength(const std::vector< BoxChar * > &boxes) | tesseract::BoxChar | static |
TranslateBoxes(int xshift, int yshift, std::vector< BoxChar * > *boxes) | tesseract::BoxChar | static |
WriteTesseractBoxFile(const std::string &name, int height, const std::vector< BoxChar * > &boxes) | tesseract::BoxChar | static |
~BoxChar() | tesseract::BoxChar |