| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Method and Description |
|---|---|
static tesseract.ROW |
tesseract.TessBaseAPI.FindRowForBox(tesseract.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 tesseract.ROW |
tesseract.TessBaseAPI.MakeTessOCRRow(float baseline,
float xheight,
float descender,
float ascender)
Returns a ROW object created from the input row specification.
|
static tesseract.ROW |
tesseract.TessFindRowForBox(tesseract.BLOCK_LIST blocks,
int left,
int top,
int right,
int bottom) |
static tesseract.ROW |
tesseract.TessMakeTessOCRRow(float baseline,
float xheight,
float descender,
float ascender) |
| Modifier and Type | Method and Description |
|---|---|
static void |
tesseract.TessBaseAPI.NormalizeTBLOB(tesseract.TBLOB tblob,
tesseract.ROW row,
boolean numeric_mode)
This method baseline normalizes a TBLOB in-place.
|
static void |
tesseract.TessNormalizeTBLOB(tesseract.TBLOB tblob,
tesseract.ROW row,
boolean numeric_mode) |
Copyright © 2019. All rights reserved.