| Package | Description |
|---|---|
| org.bytedeco.tesseract | |
| org.bytedeco.tesseract.global |
| Modifier and Type | Method and Description |
|---|---|
BLOCK_LIST |
TessBaseAPI.FindLinesCreateBlockList()
Find lines from the image making the BLOCK_LIST.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
TessBaseAPI.DeleteBlockList(BLOCK_LIST block_list)
Delete a block list.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
static BLOCK_LIST |
tesseract.TessBaseAPIFindLinesCreateBlockList(TessBaseAPI handle) |
| Modifier and Type | Method and Description |
|---|---|
static void |
tesseract.TessDeleteBlockList(BLOCK_LIST block_list) |
static ROW |
tesseract.TessFindRowForBox(BLOCK_LIST blocks,
int left,
int top,
int right,
int bottom) |
Copyright © 2019. All rights reserved.