Package | Description |
---|---|
org.bytedeco.tesseract | |
org.bytedeco.tesseract.global |
Modifier and Type | Method and Description |
---|---|
static ROW |
TessBaseAPI.FindRowForBox(BLOCK_LIST blocks,
int left,
int top,
int right,
int bottom)
This method returns the row to which a box of specified dimensions would
belong.
|
static ROW |
TessBaseAPI.MakeTessOCRRow(float baseline,
float xheight,
float descender,
float ascender)
Returns a ROW object created from the input row specification.
|
Modifier and Type | Method and Description |
---|---|
static void |
TessBaseAPI.NormalizeTBLOB(TBLOB tblob,
ROW row,
boolean numeric_mode)
This method baseline normalizes a TBLOB in-place.
|
Modifier and Type | Method and Description |
---|---|
static ROW |
tesseract.TessFindRowForBox(BLOCK_LIST blocks,
int left,
int top,
int right,
int bottom) |
static ROW |
tesseract.TessMakeTessOCRRow(float baseline,
float xheight,
float descender,
float ascender) |
Modifier and Type | Method and Description |
---|---|
static void |
tesseract.TessNormalizeTBLOB(TBLOB tblob,
ROW row,
boolean numeric_mode) |
Copyright © 2021. All rights reserved.