Functions | |
TESS_LOCAL void | tesseract::TessBaseAPI::AdaptToCharacter (const char *unichar_repr, int length, float baseline, float xheight, float descender, float ascender) |
TESS_LOCAL PAGE_RES * | tesseract::TessBaseAPI::RecognitionPass1 (BLOCK_LIST *block_list) |
TESS_LOCAL PAGE_RES * | tesseract::TessBaseAPI::RecognitionPass2 (BLOCK_LIST *block_list, PAGE_RES *pass1_result) |
static TESS_LOCAL int | tesseract::TessBaseAPI::TesseractExtractResult (char **text, int **lengths, float **costs, int **x0, int **y0, int **x1, int **y1, PAGE_RES *page_res) |
TESS_LOCAL const PAGE_RES * | tesseract::TessBaseAPI::GetPageRes () const |
|
protected |
Adapt to recognize the current image as the given character. The image must be preloaded and be just an image of a single character.
Adapt to recognize the current image as the given character. The image must be preloaded into pix_binary_ and be just an image of a single character.
|
inlineprotected |
|
protected |
Recognize text doing one pass only, using settings for a given pass.
|
protected |
|
staticprotected |
Extract the OCR results, costs (penalty points for uncertainty), and the bounding boxes of the characters.